Html Css Color HEX #F521CC Razzle Dazzle Rose

📋 copy color: '#F521CC'

red 245 ◦ green 33 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F521CC

Tints of Razzle Dazzle Rose #F521CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.85%

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

R = 50.83%
G = 6.85%
B = 42.32%

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

#F521CC (or 0xF521CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and CC. RGB value is (245,33,204). Sum of RGB (Red+Green+Blue) = 245+33+204=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F521CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521CC is #0ADE33. Grayscale: #737373. Windows color (decimal): -712244 or 13378037. OLE color: 13378037.

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

Color convert

RGB 245 33 204 -
CMYK 0 0.87 0.17 0.04
HSL 311.6º 0.91% 0.55% -
HSV(B) 311.6º 0.87% 0.96% -
XYZ 49.1 24.86 59.34 -
YUV 115.88 177.74 220.1 -
System Red Green Blue C M Y K H S L
Decimal 245 33 204 0 0.87 0.17 0.04 311.6 0.91 0.55
Hex F5 21 CC 0 57 11 4 138 5B 37
Octal 365 41 314 0 127 21 4 470 133 67
Binary 11110101 100001 11001100 0 1010111 10001 100 100111000 1011011 110111

Color Harmonies of #F521CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521CC

Black with #F521CC

Text Example


Text Example

White with #F521CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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