Html Css Color HEX #F51ED4 Razzle Dazzle Rose

📋 copy color: '#F51ED4'

red 245 ◦ green 30 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F51ED4

Tints of Razzle Dazzle Rose #F51ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 50.31%
G = 6.16%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F51ED4 (or 0xF51ED4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and D4. RGB value is (245,30,212). Sum of RGB (Red+Green+Blue) = 245+30+212=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ED4 is #0AE12B. Grayscale: #727272. Windows color (decimal): -713004 or 13901557. OLE color: 13901557.

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

Color convert

RGB 245 30 212 -
CMYK 0 0.88 0.13 0.04
HSL 309.21º 0.91% 0.54% -
HSV(B) 309.21º 0.88% 0.96% -
XYZ 50 25.09 64.5 -
YUV 115.03 182.73 220.7 -
System Red Green Blue C M Y K H S L
Decimal 245 30 212 0 0.88 0.13 0.04 309.21 0.91 0.54
Hex F5 1E D4 0 58 D 4 135 5B 36
Octal 365 36 324 0 130 15 4 465 133 66
Binary 11110101 11110 11010100 0 1011000 1101 100 100110101 1011011 110110

Color Harmonies of #F51ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ED4

Black with #F51ED4

Text Example


Text Example

White with #F51ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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