Html Css Color HEX #F52ED4 Razzle Dazzle Rose

📋 copy color: '#F52ED4'

red 245 ◦ green 46 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F52ED4

Tints of Razzle Dazzle Rose #F52ED4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.15%

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

R = 48.71%
G = 9.15%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F52ED4 (or 0xF52ED4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and D4. RGB value is (245,46,212). Sum of RGB (Red+Green+Blue) = 245+46+212=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ED4 is #0AD12B. Grayscale: #7B7B7B. Windows color (decimal): -708908 or 13905653. OLE color: 13905653.

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

Color convert

RGB 245 46 212 -
CMYK 0 0.81 0.13 0.04
HSL 309.95º 0.91% 0.57% -
HSV(B) 309.95º 0.81% 0.96% -
XYZ 50.52 26.12 64.67 -
YUV 124.43 177.43 214 -
System Red Green Blue C M Y K H S L
Decimal 245 46 212 0 0.81 0.13 0.04 309.95 0.91 0.57
Hex F5 2E D4 0 51 D 4 136 5B 39
Octal 365 56 324 0 121 15 4 466 133 71
Binary 11110101 101110 11010100 0 1010001 1101 100 100110110 1011011 111001

Color Harmonies of #F52ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52ED4

Black with #F52ED4

Text Example


Text Example

White with #F52ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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