Html Css Color HEX #F53CE0 Razzle Dazzle Rose

📋 copy color: '#F53CE0'

red 245 ◦ green 60 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F53CE0

Tints of Razzle Dazzle Rose #F53CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 46.31%
G = 11.34%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F53CE0 (or 0xF53CE0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and E0. RGB value is (245,60,224). Sum of RGB (Red+Green+Blue) = 245+60+224=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CE0 is #0AC31F. Grayscale: #858585. Windows color (decimal): -705312 or 14695669. OLE color: 14695669.

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

Color convert

RGB 245 60 224 -
CMYK 0 0.76 0.09 0.04
HSL 306.81º 0.9% 0.6% -
HSV(B) 306.81º 0.76% 0.96% -
XYZ 52.73 28.03 73.15 -
YUV 134.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 245 60 224 0 0.76 0.09 0.04 306.81 0.9 0.6
Hex F5 3C E0 0 4C 9 4 133 5A 3C
Octal 365 74 340 0 114 11 4 463 132 74
Binary 11110101 111100 11100000 0 1001100 1001 100 100110011 1011010 111100

Color Harmonies of #F53CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CE0

Black with #F53CE0

Text Example


Text Example

White with #F53CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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