Html Css Color HEX #F520CE Razzle Dazzle Rose

📋 copy color: '#F520CE'

red 245 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F520CE

Tints of Razzle Dazzle Rose #F520CE

RGB

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

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

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

R = 50.72%
G = 6.63%
B = 42.65%

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

#F520CE (or 0xF520CE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and CE. RGB value is (245,32,206). Sum of RGB (Red+Green+Blue) = 245+32+206=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F520CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520CE is #0ADF31. Grayscale: #737373. Windows color (decimal): -712498 or 13508853. OLE color: 13508853.

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

Color convert

RGB 245 32 206 -
CMYK 0 0.87 0.16 0.04
HSL 310.99º 0.91% 0.54% -
HSV(B) 310.99º 0.87% 0.96% -
XYZ 49.31 24.9 60.6 -
YUV 115.52 179.07 220.35 -
System Red Green Blue C M Y K H S L
Decimal 245 32 206 0 0.87 0.16 0.04 310.99 0.91 0.54
Hex F5 20 CE 0 57 10 4 137 5B 36
Octal 365 40 316 0 127 20 4 467 133 66
Binary 11110101 100000 11001110 0 1010111 10000 100 100110111 1011011 110110

Color Harmonies of #F520CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520CE

Black with #F520CE

Text Example


Text Example

White with #F520CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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