Html Css Color HEX #F742CB Razzle Dazzle Rose

📋 copy color: '#F742CB'

red 247 ◦ green 66 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F742CB

Tints of Razzle Dazzle Rose #F742CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.79%

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 47.87%
G = 12.79%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F742CB (or 0xF742CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and CB. RGB value is (247,66,203). Sum of RGB (Red+Green+Blue) = 247+66+203=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F742CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742CB is #08BD34. Grayscale: #878787. Windows color (decimal): -572725 or 13320951. OLE color: 13320951.

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

Color convert

RGB 247 66 203 -
CMYK 0 0.73 0.18 0.03
HSL 314.59º 0.92% 0.61% -
HSV(B) 314.59º 0.73% 0.97% -
XYZ 51.09 27.98 59.21 -
YUV 135.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 247 66 203 0 0.73 0.18 0.03 314.59 0.92 0.61
Hex F7 42 CB 0 49 12 3 13B 5C 3D
Octal 367 102 313 0 111 22 3 473 134 75
Binary 11110111 1000010 11001011 0 1001001 10010 11 100111011 1011100 111101

Color Harmonies of #F742CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742CB

Black with #F742CB

Text Example


Text Example

White with #F742CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742CB; }

 p { color: rgb(247,66,203); }

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

background-color css

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

 a { background-color: rgb(247,66,203); }

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

border-color css

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

 span { border-color: rgb(247,66,203); }

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