Html Css Color HEX #F93086 Wild Strawberry

📋 copy color: '#F93086'

red 249 ◦ green 48 ◦ blue 134

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

Shades of Wild Strawberry #F93086

Tints of Wild Strawberry #F93086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 57.77%
G = 11.14%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F93086 (or 0xF93086) is known color: Wild Strawberry. HEX triplet: F9, 30 and 86. RGB value is (249,48,134). Sum of RGB (Red+Green+Blue) = 249+48+134=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F93086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93086 is #06CF79. Grayscale: #757575. Windows color (decimal): -446330 or 8794361. OLE color: 8794361.

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

Color convert

RGB 249 48 134 -
CMYK 0 0.81 0.46 0.02
HSL 334.33º 0.94% 0.58% -
HSV(B) 334.33º 0.81% 0.98% -
XYZ 44.43 23.97 24.84 -
YUV 117.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 249 48 134 0 0.81 0.46 0.02 334.33 0.94 0.58
Hex F9 30 86 0 51 2E 2 14E 5E 3A
Octal 371 60 206 0 121 56 2 516 136 72
Binary 11111001 110000 10000110 0 1010001 101110 10 101001110 1011110 111010

Color Harmonies of #F93086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93086

Black with #F93086

Text Example


Text Example

White with #F93086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93086; }

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

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

background-color css

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

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

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

border-color css

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

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

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