Html Css Color HEX #F93ADD Razzle Dazzle Rose

📋 copy color: '#F93ADD'

red 249 ◦ green 58 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F93ADD

Tints of Razzle Dazzle Rose #F93ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.98%

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

R = 47.16%
G = 10.98%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F93ADD (or 0xF93ADD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and DD. RGB value is (249,58,221). Sum of RGB (Red+Green+Blue) = 249+58+221=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ADD is #06C522. Grayscale: #858585. Windows color (decimal): -443683 or 14498553. OLE color: 14498553.

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

Color convert

RGB 249 58 221 -
CMYK 0 0.77 0.11 0.02
HSL 308.8º 0.94% 0.6% -
HSV(B) 308.8º 0.77% 0.98% -
XYZ 53.63 28.39 71.06 -
YUV 133.69 177.28 210.25 -
System Red Green Blue C M Y K H S L
Decimal 249 58 221 0 0.77 0.11 0.02 308.8 0.94 0.6
Hex F9 3A DD 0 4D B 2 135 5E 3C
Octal 371 72 335 0 115 13 2 465 136 74
Binary 11111001 111010 11011101 0 1001101 1011 10 100110101 1011110 111100

Color Harmonies of #F93ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ADD

Black with #F93ADD

Text Example


Text Example

White with #F93ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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