Html Css Color HEX #F53CE9 Razzle Dazzle Rose

📋 copy color: '#F53CE9'

red 245 ◦ green 60 ◦ blue 233

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

Shades of Razzle Dazzle Rose #F53CE9

Tints of Razzle Dazzle Rose #F53CE9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.15%

 BLUE value IS 233 (91.41% from 255) = 43.31%

R = 45.54%
G = 11.15%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F53CE9 (or 0xF53CE9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and E9. RGB value is (245,60,233). Sum of RGB (Red+Green+Blue) = 245+60+233=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 60 (23.83% from 255 or 11.15% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CE9 is #0AC316. Grayscale: #868686. Windows color (decimal): -705303 or 15285493. OLE color: 15285493.

HSL color Cylindrical-coordinate representation of color #F53CE9: hue angle of 303.89º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CE9 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 60 233 -
CMYK 0 0.76 0.05 0.04
HSL 303.89º 0.9% 0.6% -
HSV(B) 303.89º 0.76% 0.96% -
XYZ 53.98 28.53 79.75 -
YUV 135.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 245 60 233 0 0.76 0.05 0.04 303.89 0.9 0.6
Hex F5 3C E9 0 4C 5 4 130 5A 3C
Octal 365 74 351 0 114 5 4 460 132 74
Binary 11110101 111100 11101001 0 1001100 101 100 100110000 1011010 111100

Color Harmonies of #F53CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CE9

Black with #F53CE9

Text Example


Text Example

White with #F53CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CE9; }

 p { color: rgb(245,60,233); }

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

background-color css

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

 a { background-color: rgb(245,60,233); }

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

border-color css

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

 span { border-color: rgb(245,60,233); }

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