Html Css Color HEX #F52ED3 Razzle Dazzle Rose

📋 copy color: '#F52ED3'

red 245 ◦ green 46 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F52ED3

Tints of Razzle Dazzle Rose #F52ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 48.8%
G = 9.16%
B = 42.03%

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

#F52ED3 (or 0xF52ED3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and D3. RGB value is (245,46,211). Sum of RGB (Red+Green+Blue) = 245+46+211=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ED3 is #0AD12C. Grayscale: #7B7B7B. Windows color (decimal): -708909 or 13840117. OLE color: 13840117.

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

Color convert

RGB 245 46 211 -
CMYK 0 0.81 0.14 0.04
HSL 310.25º 0.91% 0.57% -
HSV(B) 310.25º 0.81% 0.96% -
XYZ 50.39 26.07 64 -
YUV 124.31 176.93 214.08 -
System Red Green Blue C M Y K H S L
Decimal 245 46 211 0 0.81 0.14 0.04 310.25 0.91 0.57
Hex F5 2E D3 0 51 E 4 136 5B 39
Octal 365 56 323 0 121 16 4 466 133 71
Binary 11110101 101110 11010011 0 1010001 1110 100 100110110 1011011 111001

Color Harmonies of #F52ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52ED3

Black with #F52ED3

Text Example


Text Example

White with #F52ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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