Html Css Color HEX #F52ED2 Razzle Dazzle Rose

📋 copy color: '#F52ED2'

red 245 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F52ED2

Tints of Razzle Dazzle Rose #F52ED2

RGB

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

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

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

R = 48.9%
G = 9.18%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F52ED2 (or 0xF52ED2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and D2. RGB value is (245,46,210). Sum of RGB (Red+Green+Blue) = 245+46+210=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ED2 is #0AD12D. Grayscale: #7B7B7B. Windows color (decimal): -708910 or 13774581. OLE color: 13774581.

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

Color convert

RGB 245 46 210 -
CMYK 0 0.81 0.14 0.04
HSL 310.55º 0.91% 0.57% -
HSV(B) 310.55º 0.81% 0.96% -
XYZ 50.27 26.02 63.35 -
YUV 124.2 176.43 214.16 -
System Red Green Blue C M Y K H S L
Decimal 245 46 210 0 0.81 0.14 0.04 310.55 0.91 0.57
Hex F5 2E D2 0 51 E 4 137 5B 39
Octal 365 56 322 0 121 16 4 467 133 71
Binary 11110101 101110 11010010 0 1010001 1110 100 100110111 1011011 111001

Color Harmonies of #F52ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52ED2

Black with #F52ED2

Text Example


Text Example

White with #F52ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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