Html Css Color HEX #F52ED1 Razzle Dazzle Rose

📋 copy color: '#F52ED1'

red 245 ◦ green 46 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F52ED1

Tints of Razzle Dazzle Rose #F52ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 49%
G = 9.2%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F52ED1 (or 0xF52ED1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and D1. RGB value is (245,46,209). Sum of RGB (Red+Green+Blue) = 245+46+209=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ED1 is #0AD12E. Grayscale: #7B7B7B. Windows color (decimal): -708911 or 13709045. OLE color: 13709045.

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

Color convert

RGB 245 46 209 -
CMYK 0 0.81 0.15 0.04
HSL 310.85º 0.91% 0.57% -
HSV(B) 310.85º 0.81% 0.96% -
XYZ 50.14 25.97 62.69 -
YUV 124.08 175.93 214.25 -
System Red Green Blue C M Y K H S L
Decimal 245 46 209 0 0.81 0.15 0.04 310.85 0.91 0.57
Hex F5 2E D1 0 51 F 4 137 5B 39
Octal 365 56 321 0 121 17 4 467 133 71
Binary 11110101 101110 11010001 0 1010001 1111 100 100110111 1011011 111001

Color Harmonies of #F52ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52ED1

Black with #F52ED1

Text Example


Text Example

White with #F52ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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