Html Css Color HEX #F93088 Wild Strawberry

📋 copy color: '#F93088'

red 249 ◦ green 48 ◦ blue 136

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

Shades of Wild Strawberry #F93088

Tints of Wild Strawberry #F93088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 57.51%
G = 11.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F93088 (or 0xF93088) is known color: Wild Strawberry. HEX triplet: F9, 30 and 88. RGB value is (249,48,136). Sum of RGB (Red+Green+Blue) = 249+48+136=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F93088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93088 is #06CF77. Grayscale: #757575. Windows color (decimal): -446328 or 8925433. OLE color: 8925433.

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

Color convert

RGB 249 48 136 -
CMYK 0 0.81 0.45 0.02
HSL 333.73º 0.94% 0.58% -
HSV(B) 333.73º 0.81% 0.98% -
XYZ 44.57 24.03 25.58 -
YUV 118.13 138.09 221.34 -
System Red Green Blue C M Y K H S L
Decimal 249 48 136 0 0.81 0.45 0.02 333.73 0.94 0.58
Hex F9 30 88 0 51 2D 2 14E 5E 3A
Octal 371 60 210 0 121 55 2 516 136 72
Binary 11111001 110000 10001000 0 1010001 101101 10 101001110 1011110 111010

Color Harmonies of #F93088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93088

Black with #F93088

Text Example


Text Example

White with #F93088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93088; }

 p { color: rgb(249,48,136); }

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

background-color css

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

 a { background-color: rgb(249,48,136); }

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

border-color css

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

 span { border-color: rgb(249,48,136); }

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