Html Css Color HEX #F52ADD Razzle Dazzle Rose

📋 copy color: '#F52ADD'

red 245 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F52ADD

Tints of Razzle Dazzle Rose #F52ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.27%

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

R = 48.23%
G = 8.27%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F52ADD (or 0xF52ADD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2A and DD. RGB value is (245,42,221). Sum of RGB (Red+Green+Blue) = 245+42+221=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ADD is #0AD522. Grayscale: #7A7A7A. Windows color (decimal): -709923 or 14494453. OLE color: 14494453.

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

Color convert

RGB 245 42 221 -
CMYK 0 0.83 0.10 0.04
HSL 307.09º 0.91% 0.56% -
HSV(B) 307.09º 0.83% 0.96% -
XYZ 51.54 26.29 70.76 -
YUV 123.1 183.25 214.95 -
System Red Green Blue C M Y K H S L
Decimal 245 42 221 0 0.83 0.10 0.04 307.09 0.91 0.56
Hex F5 2A DD 0 53 A 4 133 5B 38
Octal 365 52 335 0 123 12 4 463 133 70
Binary 11110101 101010 11011101 0 1010011 1010 100 100110011 1011011 111000

Color Harmonies of #F52ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52ADD

Black with #F52ADD

Text Example


Text Example

White with #F52ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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