Html Css Color HEX #F720CF Razzle Dazzle Rose

📋 copy color: '#F720CF'

red 247 ◦ green 32 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F720CF

Tints of Razzle Dazzle Rose #F720CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 50.82%
G = 6.58%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F720CF (or 0xF720CF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 20 and CF. RGB value is (247,32,207). Sum of RGB (Red+Green+Blue) = 247+32+207=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F720CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720CF is #08DF30. Grayscale: #737373. Windows color (decimal): -581425 or 13574391. OLE color: 13574391.

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

Color convert

RGB 247 32 207 -
CMYK 0 0.87 0.16 0.03
HSL 311.16º 0.93% 0.55% -
HSV(B) 311.16º 0.87% 0.97% -
XYZ 50.14 25.31 61.27 -
YUV 116.24 179.23 221.27 -
System Red Green Blue C M Y K H S L
Decimal 247 32 207 0 0.87 0.16 0.03 311.16 0.93 0.55
Hex F7 20 CF 0 57 10 3 137 5D 37
Octal 367 40 317 0 127 20 3 467 135 67
Binary 11110111 100000 11001111 0 1010111 10000 11 100110111 1011101 110111

Color Harmonies of #F720CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720CF

Black with #F720CF

Text Example


Text Example

White with #F720CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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