Html Css Color HEX #F93ABB Razzle Dazzle Rose

📋 copy color: '#F93ABB'

red 249 ◦ green 58 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F93ABB

Tints of Razzle Dazzle Rose #F93ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 50.4%
G = 11.74%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F93ABB (or 0xF93ABB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and BB. RGB value is (249,58,187). Sum of RGB (Red+Green+Blue) = 249+58+187=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ABB is #06C544. Grayscale: #818181. Windows color (decimal): -443717 or 12270329. OLE color: 12270329.

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

Color convert

RGB 249 58 187 -
CMYK 0 0.77 0.25 0.02
HSL 319.48º 0.94% 0.6% -
HSV(B) 319.48º 0.77% 0.98% -
XYZ 49.55 26.75 49.57 -
YUV 129.82 160.28 213.01 -
System Red Green Blue C M Y K H S L
Decimal 249 58 187 0 0.77 0.25 0.02 319.48 0.94 0.6
Hex F9 3A BB 0 4D 19 2 13F 5E 3C
Octal 371 72 273 0 115 31 2 477 136 74
Binary 11111001 111010 10111011 0 1001101 11001 10 100111111 1011110 111100

Color Harmonies of #F93ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93ABB

Black with #F93ABB

Text Example


Text Example

White with #F93ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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