Html Css Color HEX #F520DE Razzle Dazzle Rose

📋 copy color: '#F520DE'

red 245 ◦ green 32 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F520DE

Tints of Razzle Dazzle Rose #F520DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 49.1%
G = 6.41%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F520DE (or 0xF520DE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and DE. RGB value is (245,32,222). Sum of RGB (Red+Green+Blue) = 245+32+222=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F520DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520DE is #0ADF21. Grayscale: #747474. Windows color (decimal): -712482 or 14557429. OLE color: 14557429.

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

Color convert

RGB 245 32 222 -
CMYK 0 0.87 0.09 0.04
HSL 306.48º 0.91% 0.54% -
HSV(B) 306.48º 0.87% 0.96% -
XYZ 51.36 25.72 71.36 -
YUV 117.35 187.07 219.05 -
System Red Green Blue C M Y K H S L
Decimal 245 32 222 0 0.87 0.09 0.04 306.48 0.91 0.54
Hex F5 20 DE 0 57 9 4 132 5B 36
Octal 365 40 336 0 127 11 4 462 133 66
Binary 11110101 100000 11011110 0 1010111 1001 100 100110010 1011011 110110

Color Harmonies of #F520DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520DE

Black with #F520DE

Text Example


Text Example

White with #F520DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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