Html Css Color HEX #F53CED Razzle Dazzle Rose

📋 copy color: '#F53CED'

red 245 ◦ green 60 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F53CED

Tints of Razzle Dazzle Rose #F53CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 45.2%
G = 11.07%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F53CED (or 0xF53CED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and ED. RGB value is (245,60,237). Sum of RGB (Red+Green+Blue) = 245+60+237=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 60 (23.83% from 255 or 11.07% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CED is #0AC312. Grayscale: #868686. Windows color (decimal): -705299 or 15547637. OLE color: 15547637.

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

Color convert

RGB 245 60 237 -
CMYK 0 0.76 0.03 0.04
HSL 302.59º 0.9% 0.6% -
HSV(B) 302.59º 0.76% 0.96% -
XYZ 54.56 28.76 82.8 -
YUV 135.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 245 60 237 0 0.76 0.03 0.04 302.59 0.9 0.6
Hex F5 3C ED 0 4C 3 4 12F 5A 3C
Octal 365 74 355 0 114 3 4 457 132 74
Binary 11110101 111100 11101101 0 1001100 11 100 100101111 1011010 111100

Color Harmonies of #F53CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CED

Black with #F53CED

Text Example


Text Example

White with #F53CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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