Html Css Color HEX #F52EDD Razzle Dazzle Rose

📋 copy color: '#F52EDD'

red 245 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F52EDD

Tints of Razzle Dazzle Rose #F52EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 47.85%
G = 8.98%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F52EDD (or 0xF52EDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and DD. RGB value is (245,46,221). Sum of RGB (Red+Green+Blue) = 245+46+221=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52EDD is #0AD122. Grayscale: #7C7C7C. Windows color (decimal): -708899 or 14495477. OLE color: 14495477.

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

Color convert

RGB 245 46 221 -
CMYK 0 0.81 0.10 0.04
HSL 307.24º 0.91% 0.57% -
HSV(B) 307.24º 0.81% 0.96% -
XYZ 51.68 26.59 70.81 -
YUV 125.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 245 46 221 0 0.81 0.10 0.04 307.24 0.91 0.57
Hex F5 2E DD 0 51 A 4 133 5B 39
Octal 365 56 335 0 121 12 4 463 133 71
Binary 11110101 101110 11011101 0 1010001 1010 100 100110011 1011011 111001

Color Harmonies of #F52EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52EDD

Black with #F52EDD

Text Example


Text Example

White with #F52EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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