Html Css Color HEX #F72AD2 Razzle Dazzle Rose

📋 copy color: '#F72AD2'

red 247 ◦ green 42 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F72AD2

Tints of Razzle Dazzle Rose #F72AD2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.42%

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 49.5%
G = 8.42%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F72AD2 (or 0xF72AD2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2A and D2. RGB value is (247,42,210). Sum of RGB (Red+Green+Blue) = 247+42+210=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F72AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72AD2 is #08D52D. Grayscale: #797979. Windows color (decimal): -578862 or 13773559. OLE color: 13773559.

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

Color convert

RGB 247 42 210 -
CMYK 0 0.83 0.15 0.03
HSL 310.83º 0.93% 0.57% -
HSV(B) 310.83º 0.83% 0.97% -
XYZ 50.82 26.08 63.33 -
YUV 122.45 177.42 216.84 -
System Red Green Blue C M Y K H S L
Decimal 247 42 210 0 0.83 0.15 0.03 310.83 0.93 0.57
Hex F7 2A D2 0 53 F 3 137 5D 39
Octal 367 52 322 0 123 17 3 467 135 71
Binary 11110111 101010 11010010 0 1010011 1111 11 100110111 1011101 111001

Color Harmonies of #F72AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72AD2

Black with #F72AD2

Text Example


Text Example

White with #F72AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72AD2; }

 p { color: rgb(247,42,210); }

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

background-color css

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

 a { background-color: rgb(247,42,210); }

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

border-color css

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

 span { border-color: rgb(247,42,210); }

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