Html Css Color HEX #F521CE Razzle Dazzle Rose

📋 copy color: '#F521CE'

red 245 ◦ green 33 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F521CE

Tints of Razzle Dazzle Rose #F521CE

RGB

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

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

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

R = 50.62%
G = 6.82%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F521CE (or 0xF521CE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and CE. RGB value is (245,33,206). Sum of RGB (Red+Green+Blue) = 245+33+206=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F521CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521CE is #0ADE31. Grayscale: #737373. Windows color (decimal): -712242 or 13509109. OLE color: 13509109.

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

Color convert

RGB 245 33 206 -
CMYK 0 0.87 0.16 0.04
HSL 311.04º 0.91% 0.55% -
HSV(B) 311.04º 0.87% 0.96% -
XYZ 49.34 24.96 60.61 -
YUV 116.11 178.74 219.93 -
System Red Green Blue C M Y K H S L
Decimal 245 33 206 0 0.87 0.16 0.04 311.04 0.91 0.55
Hex F5 21 CE 0 57 10 4 137 5B 37
Octal 365 41 316 0 127 20 4 467 133 67
Binary 11110101 100001 11001110 0 1010111 10000 100 100110111 1011011 110111

Color Harmonies of #F521CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521CE

Black with #F521CE

Text Example


Text Example

White with #F521CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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