Html Css Color HEX #F520DF Razzle Dazzle Rose

📋 copy color: '#F520DF'

red 245 ◦ green 32 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F520DF

Tints of Razzle Dazzle Rose #F520DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 49%
G = 6.4%
B = 44.6%

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

#F520DF (or 0xF520DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and DF. RGB value is (245,32,223). Sum of RGB (Red+Green+Blue) = 245+32+223=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F520DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520DF is #0ADF20. Grayscale: #747474. Windows color (decimal): -712481 or 14622965. OLE color: 14622965.

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

Color convert

RGB 245 32 223 -
CMYK 0 0.87 0.09 0.04
HSL 306.2º 0.91% 0.54% -
HSV(B) 306.2º 0.87% 0.96% -
XYZ 51.49 25.77 72.07 -
YUV 117.46 187.57 218.97 -
System Red Green Blue C M Y K H S L
Decimal 245 32 223 0 0.87 0.09 0.04 306.2 0.91 0.54
Hex F5 20 DF 0 57 9 4 132 5B 36
Octal 365 40 337 0 127 11 4 462 133 66
Binary 11110101 100000 11011111 0 1010111 1001 100 100110010 1011011 110110

Color Harmonies of #F520DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520DF

Black with #F520DF

Text Example


Text Example

White with #F520DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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