Html Css Color HEX #F53EC2 Razzle Dazzle Rose

📋 copy color: '#F53EC2'

red 245 ◦ green 62 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F53EC2

Tints of Razzle Dazzle Rose #F53EC2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.38%

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 48.9%
G = 12.38%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F53EC2 (or 0xF53EC2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and C2. RGB value is (245,62,194). Sum of RGB (Red+Green+Blue) = 245+62+194=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EC2 is #0AC13D. Grayscale: #838383. Windows color (decimal): -704830 or 12730101. OLE color: 12730101.

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

Color convert

RGB 245 62 194 -
CMYK 0 0.75 0.21 0.04
HSL 316.72º 0.9% 0.6% -
HSV(B) 316.72º 0.75% 0.96% -
XYZ 49.12 26.75 53.61 -
YUV 131.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 245 62 194 0 0.75 0.21 0.04 316.72 0.9 0.6
Hex F5 3E C2 0 4B 15 4 13D 5A 3C
Octal 365 76 302 0 113 25 4 475 132 74
Binary 11110101 111110 11000010 0 1001011 10101 100 100111101 1011010 111100

Color Harmonies of #F53EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53EC2

Black with #F53EC2

Text Example


Text Example

White with #F53EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53EC2; }

 p { color: rgb(245,62,194); }

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

background-color css

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

 a { background-color: rgb(245,62,194); }

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

border-color css

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

 span { border-color: rgb(245,62,194); }

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