Html Css Color HEX #F53CE6 Razzle Dazzle Rose

📋 copy color: '#F53CE6'

red 245 ◦ green 60 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F53CE6

Tints of Razzle Dazzle Rose #F53CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 45.79%
G = 11.21%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F53CE6 (or 0xF53CE6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and E6. RGB value is (245,60,230). Sum of RGB (Red+Green+Blue) = 245+60+230=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CE6 is #0AC319. Grayscale: #868686. Windows color (decimal): -705306 or 15088885. OLE color: 15088885.

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

Color convert

RGB 245 60 230 -
CMYK 0 0.76 0.06 0.04
HSL 304.86º 0.9% 0.6% -
HSV(B) 304.86º 0.76% 0.96% -
XYZ 53.55 28.36 77.51 -
YUV 134.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 245 60 230 0 0.76 0.06 0.04 304.86 0.9 0.6
Hex F5 3C E6 0 4C 6 4 131 5A 3C
Octal 365 74 346 0 114 6 4 461 132 74
Binary 11110101 111100 11100110 0 1001100 110 100 100110001 1011010 111100

Color Harmonies of #F53CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CE6

Black with #F53CE6

Text Example


Text Example

White with #F53CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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