Html Css Color HEX #F93AD8 Razzle Dazzle Rose

📋 copy color: '#F93AD8'

red 249 ◦ green 58 ◦ blue 216

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

Shades of Razzle Dazzle Rose #F93AD8

Tints of Razzle Dazzle Rose #F93AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 47.61%
G = 11.09%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F93AD8 (or 0xF93AD8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and D8. RGB value is (249,58,216). Sum of RGB (Red+Green+Blue) = 249+58+216=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AD8 is #06C527. Grayscale: #848484. Windows color (decimal): -443688 or 14170873. OLE color: 14170873.

HSL color Cylindrical-coordinate representation of color #F93AD8: hue angle of 310.37º 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 #F93AD8 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 58 216 -
CMYK 0 0.77 0.13 0.02
HSL 310.37º 0.94% 0.6% -
HSV(B) 310.37º 0.77% 0.98% -
XYZ 52.97 28.12 67.6 -
YUV 133.12 174.78 210.65 -
System Red Green Blue C M Y K H S L
Decimal 249 58 216 0 0.77 0.13 0.02 310.37 0.94 0.6
Hex F9 3A D8 0 4D D 2 136 5E 3C
Octal 371 72 330 0 115 15 2 466 136 74
Binary 11111001 111010 11011000 0 1001101 1101 10 100110110 1011110 111100

Color Harmonies of #F93AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93AD8

Black with #F93AD8

Text Example


Text Example

White with #F93AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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