Html Css Color HEX #F521EA Razzle Dazzle Rose

📋 copy color: '#F521EA'

red 245 ◦ green 33 ◦ blue 234

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

Shades of Razzle Dazzle Rose #F521EA

Tints of Razzle Dazzle Rose #F521EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 47.85%
G = 6.45%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F521EA (or 0xF521EA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and EA. RGB value is (245,33,234). Sum of RGB (Red+Green+Blue) = 245+33+234=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F521EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521EA is #0ADE15. Grayscale: #767676. Windows color (decimal): -712214 or 15344117. OLE color: 15344117.

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

Color convert

RGB 245 33 234 -
CMYK 0 0.87 0.04 0.04
HSL 303.11º 0.91% 0.55% -
HSV(B) 303.11º 0.87% 0.96% -
XYZ 53.05 26.44 80.15 -
YUV 119.3 192.74 217.66 -
System Red Green Blue C M Y K H S L
Decimal 245 33 234 0 0.87 0.04 0.04 303.11 0.91 0.55
Hex F5 21 EA 0 57 4 4 12F 5B 37
Octal 365 41 352 0 127 4 4 457 133 67
Binary 11110101 100001 11101010 0 1010111 100 100 100101111 1011011 110111

Color Harmonies of #F521EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521EA

Black with #F521EA

Text Example


Text Example

White with #F521EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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