Html Css Color HEX #F742B9 Razzle Dazzle Rose

📋 copy color: '#F742B9'

red 247 ◦ green 66 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F742B9

Tints of Razzle Dazzle Rose #F742B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 49.6%
G = 13.25%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F742B9 (or 0xF742B9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and B9. RGB value is (247,66,185). Sum of RGB (Red+Green+Blue) = 247+66+185=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F742B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742B9 is #08BD46. Grayscale: #858585. Windows color (decimal): -572743 or 12141303. OLE color: 12141303.

HSL color Cylindrical-coordinate representation of color #F742B9: hue angle of 320.55º 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 #F742B9 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 185 -
CMYK 0 0.73 0.25 0.03
HSL 320.55º 0.92% 0.61% -
HSV(B) 320.55º 0.73% 0.97% -
XYZ 49.06 27.17 48.56 -
YUV 133.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 247 66 185 0 0.73 0.25 0.03 320.55 0.92 0.61
Hex F7 42 B9 0 49 19 3 141 5C 3D
Octal 367 102 271 0 111 31 3 501 134 75
Binary 11110111 1000010 10111001 0 1001001 11001 11 101000001 1011100 111101

Color Harmonies of #F742B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742B9

Black with #F742B9

Text Example


Text Example

White with #F742B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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