Html Css Color HEX #F724D1 Razzle Dazzle Rose

📋 copy color: '#F724D1'

red 247 ◦ green 36 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F724D1

Tints of Razzle Dazzle Rose #F724D1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.32%

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 50.2%
G = 7.32%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F724D1 (or 0xF724D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 24 and D1. RGB value is (247,36,209). Sum of RGB (Red+Green+Blue) = 247+36+209=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F724D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F724D1 is #08DB2E. Grayscale: #767676. Windows color (decimal): -580399 or 13706487. OLE color: 13706487.

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

Color convert

RGB 247 36 209 -
CMYK 0 0.85 0.15 0.03
HSL 310.81º 0.93% 0.55% -
HSV(B) 310.81º 0.85% 0.97% -
XYZ 50.5 25.64 62.61 -
YUV 118.81 178.9 219.43 -
System Red Green Blue C M Y K H S L
Decimal 247 36 209 0 0.85 0.15 0.03 310.81 0.93 0.55
Hex F7 24 D1 0 55 F 3 137 5D 37
Octal 367 44 321 0 125 17 3 467 135 67
Binary 11110111 100100 11010001 0 1010101 1111 11 100110111 1011101 110111

Color Harmonies of #F724D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F724D1

Black with #F724D1

Text Example


Text Example

White with #F724D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F724D1; }

 p { color: rgb(247,36,209); }

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

background-color css

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

 a { background-color: rgb(247,36,209); }

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

border-color css

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

 span { border-color: rgb(247,36,209); }

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