Html Css Color HEX #F73CC1 Razzle Dazzle Rose

📋 copy color: '#F73CC1'

red 247 ◦ green 60 ◦ blue 193

#F73CC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F73CC1

Tints of Razzle Dazzle Rose #F73CC1

RGB

 RED value IS 247 (96.88% from 255) = 49.4%

 GREEN value IS 60 (23.83% from 255) = 12%

 BLUE value IS 193 (75.78% from 255) = 38.6%

R = 49.4%
G = 12%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F73CC1 (or 0xF73CC1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and C1. RGB value is (247,60,193). Sum of RGB (Red+Green+Blue) = 247+60+193=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CC1 is #08C33E. Grayscale: #828282. Windows color (decimal): -574271 or 12664055. OLE color: 12664055.

HSL color Cylindrical-coordinate representation of color #F73CC1: hue angle of 317.33º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CC1 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 193 -
CMYK 0 0.76 0.22 0.03
HSL 317.33º 0.92% 0.6% -
HSV(B) 317.33º 0.76% 0.97% -
XYZ 49.6 26.86 53.02 -
YUV 131.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 247 60 193 0 0.76 0.22 0.03 317.33 0.92 0.6
Hex F7 3C C1 0 4C 16 3 13D 5C 3C
Octal 367 74 301 0 114 26 3 475 134 74
Binary 11110111 111100 11000001 0 1001100 10110 11 100111101 1011100 111100

Color Harmonies of #F73CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CC1

Black with #F73CC1

Text Example


Text Example

White with #F73CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CC1; }

 p { color: rgb(247,60,193); }

 H1.HeaderClassName
 {
   color: #F73CC1;
 }
 .AnyTagClassName
 {
   color: #F73CC1;
 }
</style>

background-color css

<style>
 a { background-color: #F73CC1; }

 a { background-color: rgb(247,60,193); }

 div.DivClassName
 {
   background-color: #F73CC1;
 }
 .BgClassName
 {
   background-color: #F73CC1;
 }
</style>

border-color css

<style>
 span { border-color: #F73CC1; }

 span { border-color: rgb(247,60,193); }

 td.TdClassName
 {
   border-color: #F73CC1;
 }
 .TagClassName
 {
   border-color: #F73CC1;
 }
</style>