Html Css Color HEX #F92ADD Razzle Dazzle Rose

📋 copy color: '#F92ADD'

red 249 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F92ADD

Tints of Razzle Dazzle Rose #F92ADD

RGB

 RED value IS 249 (97.66% from 255) = 48.63%

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

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

R = 48.63%
G = 8.2%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F92ADD (or 0xF92ADD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2A and DD. RGB value is (249,42,221). Sum of RGB (Red+Green+Blue) = 249+42+221=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F92ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92ADD is #06D522. Grayscale: #7B7B7B. Windows color (decimal): -447779 or 14494457. OLE color: 14494457.

HSL color Cylindrical-coordinate representation of color #F92ADD: hue angle of 308.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92ADD is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 42 221 -
CMYK 0 0.83 0.11 0.02
HSL 308.12º 0.95% 0.57% -
HSV(B) 308.12º 0.83% 0.98% -
XYZ 52.95 27.02 70.83 -
YUV 124.3 182.58 216.95 -
System Red Green Blue C M Y K H S L
Decimal 249 42 221 0 0.83 0.11 0.02 308.12 0.95 0.57
Hex F9 2A DD 0 53 B 2 134 5F 39
Octal 371 52 335 0 123 13 2 464 137 71
Binary 11111001 101010 11011101 0 1010011 1011 10 100110100 1011111 111001

Color Harmonies of #F92ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92ADD

Black with #F92ADD

Text Example


Text Example

White with #F92ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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