Html Css Color HEX #F720CE Razzle Dazzle Rose

📋 copy color: '#F720CE'

red 247 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F720CE

Tints of Razzle Dazzle Rose #F720CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 50.93%
G = 6.6%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F720CE (or 0xF720CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 20 and CE. RGB value is (247,32,206). Sum of RGB (Red+Green+Blue) = 247+32+206=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F720CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720CE is #08DF31. Grayscale: #737373. Windows color (decimal): -581426 or 13508855. OLE color: 13508855.

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

Color convert

RGB 247 32 206 -
CMYK 0 0.87 0.17 0.03
HSL 311.44º 0.93% 0.55% -
HSV(B) 311.44º 0.87% 0.97% -
XYZ 50.01 25.26 60.63 -
YUV 116.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 247 32 206 0 0.87 0.17 0.03 311.44 0.93 0.55
Hex F7 20 CE 0 57 11 3 137 5D 37
Octal 367 40 316 0 127 21 3 467 135 67
Binary 11110111 100000 11001110 0 1010111 10001 11 100110111 1011101 110111

Color Harmonies of #F720CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720CE

Black with #F720CE

Text Example


Text Example

White with #F720CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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