Html Css Color HEX #F721D4 Razzle Dazzle Rose

📋 copy color: '#F721D4'

red 247 ◦ green 33 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F721D4

Tints of Razzle Dazzle Rose #F721D4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.71%

 BLUE value IS 212 (83.2% from 255) = 43.09%

R = 50.2%
G = 6.71%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F721D4 (or 0xF721D4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 21 and D4. RGB value is (247,33,212). Sum of RGB (Red+Green+Blue) = 247+33+212=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F721D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721D4 is #08DE2B. Grayscale: #747474. Windows color (decimal): -581164 or 13902327. OLE color: 13902327.

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

Color convert

RGB 247 33 212 -
CMYK 0 0.87 0.14 0.03
HSL 309.81º 0.93% 0.55% -
HSV(B) 309.81º 0.87% 0.97% -
XYZ 50.79 25.62 64.55 -
YUV 117.39 181.4 220.45 -
System Red Green Blue C M Y K H S L
Decimal 247 33 212 0 0.87 0.14 0.03 309.81 0.93 0.55
Hex F7 21 D4 0 57 E 3 136 5D 37
Octal 367 41 324 0 127 16 3 466 135 67
Binary 11110111 100001 11010100 0 1010111 1110 11 100110110 1011101 110111

Color Harmonies of #F721D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F721D4

Black with #F721D4

Text Example


Text Example

White with #F721D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F721D4; }

 p { color: rgb(247,33,212); }

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

background-color css

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

 a { background-color: rgb(247,33,212); }

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

border-color css

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

 span { border-color: rgb(247,33,212); }

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