Html Css Color HEX #F51ED2 Razzle Dazzle Rose

📋 copy color: '#F51ED2'

red 245 ◦ green 30 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F51ED2

Tints of Razzle Dazzle Rose #F51ED2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.19%

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 50.52%
G = 6.19%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F51ED2 (or 0xF51ED2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and D2. RGB value is (245,30,210). Sum of RGB (Red+Green+Blue) = 245+30+210=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ED2 is #0AE12D. Grayscale: #727272. Windows color (decimal): -713006 or 13770485. OLE color: 13770485.

HSL color Cylindrical-coordinate representation of color #F51ED2: hue angle of 309.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51ED2 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 210 -
CMYK 0 0.88 0.14 0.04
HSL 309.77º 0.91% 0.54% -
HSV(B) 309.77º 0.88% 0.96% -
XYZ 49.75 24.99 63.17 -
YUV 114.81 181.73 220.86 -
System Red Green Blue C M Y K H S L
Decimal 245 30 210 0 0.88 0.14 0.04 309.77 0.91 0.54
Hex F5 1E D2 0 58 E 4 136 5B 36
Octal 365 36 322 0 130 16 4 466 133 66
Binary 11110101 11110 11010010 0 1011000 1110 100 100110110 1011011 110110

Color Harmonies of #F51ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ED2

Black with #F51ED2

Text Example


Text Example

White with #F51ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ED2; }

 p { color: rgb(245,30,210); }

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

background-color css

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

 a { background-color: rgb(245,30,210); }

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

border-color css

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

 span { border-color: rgb(245,30,210); }

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