Html Css Color HEX #F520CC Razzle Dazzle Rose

📋 copy color: '#F520CC'

red 245 ◦ green 32 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F520CC

Tints of Razzle Dazzle Rose #F520CC

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 50.94%
G = 6.65%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F520CC (or 0xF520CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and CC. RGB value is (245,32,204). Sum of RGB (Red+Green+Blue) = 245+32+204=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F520CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520CC is #0ADF33. Grayscale: #727272. Windows color (decimal): -712500 or 13377781. OLE color: 13377781.

HSL color Cylindrical-coordinate representation of color #F520CC: hue angle of 311.55º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520CC is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 32 204 -
CMYK 0 0.87 0.17 0.04
HSL 311.55º 0.91% 0.54% -
HSV(B) 311.55º 0.87% 0.96% -
XYZ 49.07 24.81 59.33 -
YUV 115.3 178.07 220.51 -
System Red Green Blue C M Y K H S L
Decimal 245 32 204 0 0.87 0.17 0.04 311.55 0.91 0.54
Hex F5 20 CC 0 57 11 4 138 5B 36
Octal 365 40 314 0 127 21 4 470 133 66
Binary 11110101 100000 11001100 0 1010111 10001 100 100111000 1011011 110110

Color Harmonies of #F520CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520CC

Black with #F520CC

Text Example


Text Example

White with #F520CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520CC; }

 p { color: rgb(245,32,204); }

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

background-color css

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

 a { background-color: rgb(245,32,204); }

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

border-color css

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

 span { border-color: rgb(245,32,204); }

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