Html Css Color HEX #F521DC Razzle Dazzle Rose

📋 copy color: '#F521DC'

red 245 ◦ green 33 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F521DC

Tints of Razzle Dazzle Rose #F521DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 49.2%
G = 6.63%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F521DC (or 0xF521DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and DC. RGB value is (245,33,220). Sum of RGB (Red+Green+Blue) = 245+33+220=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F521DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521DC is #0ADE23. Grayscale: #757575. Windows color (decimal): -712228 or 14426613. OLE color: 14426613.

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

Color convert

RGB 245 33 220 -
CMYK 0 0.87 0.10 0.04
HSL 307.08º 0.91% 0.55% -
HSV(B) 307.08º 0.87% 0.96% -
XYZ 51.12 25.67 69.97 -
YUV 117.71 185.74 218.79 -
System Red Green Blue C M Y K H S L
Decimal 245 33 220 0 0.87 0.10 0.04 307.08 0.91 0.55
Hex F5 21 DC 0 57 A 4 133 5B 37
Octal 365 41 334 0 127 12 4 463 133 67
Binary 11110101 100001 11011100 0 1010111 1010 100 100110011 1011011 110111

Color Harmonies of #F521DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521DC

Black with #F521DC

Text Example


Text Example

White with #F521DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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