Html Css Color HEX #F720D0 Razzle Dazzle Rose

📋 copy color: '#F720D0'

red 247 ◦ green 32 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F720D0

Tints of Razzle Dazzle Rose #F720D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 50.72%
G = 6.57%
B = 42.71%

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

#F720D0 (or 0xF720D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 20 and D0. RGB value is (247,32,208). Sum of RGB (Red+Green+Blue) = 247+32+208=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F720D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720D0 is #08DF2F. Grayscale: #737373. Windows color (decimal): -581424 or 13639927. OLE color: 13639927.

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

Color convert

RGB 247 32 208 -
CMYK 0 0.87 0.16 0.03
HSL 310.88º 0.93% 0.55% -
HSV(B) 310.88º 0.87% 0.97% -
XYZ 50.26 25.36 61.92 -
YUV 116.35 179.73 221.19 -
System Red Green Blue C M Y K H S L
Decimal 247 32 208 0 0.87 0.16 0.03 310.88 0.93 0.55
Hex F7 20 D0 0 57 10 3 137 5D 37
Octal 367 40 320 0 127 20 3 467 135 67
Binary 11110111 100000 11010000 0 1010111 10000 11 100110111 1011101 110111

Color Harmonies of #F720D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720D0

Black with #F720D0

Text Example


Text Example

White with #F720D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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