Html Css Color HEX #F72CBB Razzle Dazzle Rose

📋 copy color: '#F72CBB'

red 247 ◦ green 44 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F72CBB

Tints of Razzle Dazzle Rose #F72CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 51.67%
G = 9.21%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F72CBB (or 0xF72CBB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2C and BB. RGB value is (247,44,187). Sum of RGB (Red+Green+Blue) = 247+44+187=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72CBB is #08D344. Grayscale: #787878. Windows color (decimal): -578373 or 12266743. OLE color: 12266743.

HSL color Cylindrical-coordinate representation of color #F72CBB: hue angle of 317.73º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72CBB is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 44 187 -
CMYK 0 0.82 0.24 0.03
HSL 317.73º 0.93% 0.57% -
HSV(B) 317.73º 0.82% 0.97% -
XYZ 48.23 25.16 49.33 -
YUV 121 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 247 44 187 0 0.82 0.24 0.03 317.73 0.93 0.57
Hex F7 2C BB 0 52 18 3 13E 5D 39
Octal 367 54 273 0 122 30 3 476 135 71
Binary 11110111 101100 10111011 0 1010010 11000 11 100111110 1011101 111001

Color Harmonies of #F72CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72CBB

Black with #F72CBB

Text Example


Text Example

White with #F72CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72CBB; }

 p { color: rgb(247,44,187); }

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

background-color css

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

 a { background-color: rgb(247,44,187); }

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

border-color css

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

 span { border-color: rgb(247,44,187); }

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