Html Css Color HEX #F720D5 Razzle Dazzle Rose

📋 copy color: '#F720D5'

red 247 ◦ green 32 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F720D5

Tints of Razzle Dazzle Rose #F720D5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.5%

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 50.2%
G = 6.5%
B = 43.29%

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

#F720D5 (or 0xF720D5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 20 and D5. RGB value is (247,32,213). Sum of RGB (Red+Green+Blue) = 247+32+213=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F720D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720D5 is #08DF2A. Grayscale: #747474. Windows color (decimal): -581419 or 13967607. OLE color: 13967607.

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

Color convert

RGB 247 32 213 -
CMYK 0 0.87 0.14 0.03
HSL 309.49º 0.93% 0.55% -
HSV(B) 309.49º 0.87% 0.97% -
XYZ 50.88 25.61 65.21 -
YUV 116.92 182.23 220.78 -
System Red Green Blue C M Y K H S L
Decimal 247 32 213 0 0.87 0.14 0.03 309.49 0.93 0.55
Hex F7 20 D5 0 57 E 3 135 5D 37
Octal 367 40 325 0 127 16 3 465 135 67
Binary 11110111 100000 11010101 0 1010111 1110 11 100110101 1011101 110111

Color Harmonies of #F720D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720D5

Black with #F720D5

Text Example


Text Example

White with #F720D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720D5; }

 p { color: rgb(247,32,213); }

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

background-color css

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

 a { background-color: rgb(247,32,213); }

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

border-color css

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

 span { border-color: rgb(247,32,213); }

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