Html Css Color HEX #F520DA Razzle Dazzle Rose

📋 copy color: '#F520DA'

red 245 ◦ green 32 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F520DA

Tints of Razzle Dazzle Rose #F520DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 49.49%
G = 6.46%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F520DA (or 0xF520DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and DA. RGB value is (245,32,218). Sum of RGB (Red+Green+Blue) = 245+32+218=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F520DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520DA is #0ADF25. Grayscale: #747474. Windows color (decimal): -712486 or 14295285. OLE color: 14295285.

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

Color convert

RGB 245 32 218 -
CMYK 0 0.87 0.11 0.04
HSL 307.61º 0.91% 0.54% -
HSV(B) 307.61º 0.87% 0.96% -
XYZ 50.83 25.51 68.57 -
YUV 116.89 185.07 219.38 -
System Red Green Blue C M Y K H S L
Decimal 245 32 218 0 0.87 0.11 0.04 307.61 0.91 0.54
Hex F5 20 DA 0 57 B 4 134 5B 36
Octal 365 40 332 0 127 13 4 464 133 66
Binary 11110101 100000 11011010 0 1010111 1011 100 100110100 1011011 110110

Color Harmonies of #F520DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520DA

Black with #F520DA

Text Example


Text Example

White with #F520DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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