Html Css Color HEX #F93099 Wild Strawberry

📋 copy color: '#F93099'

red 249 ◦ green 48 ◦ blue 153

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

Shades of Wild Strawberry #F93099

Tints of Wild Strawberry #F93099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34%

R = 55.33%
G = 10.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F93099 (or 0xF93099) is known color: Wild Strawberry. HEX triplet: F9, 30 and 99. RGB value is (249,48,153). Sum of RGB (Red+Green+Blue) = 249+48+153=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F93099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93099 is #06CF66. Grayscale: #777777. Windows color (decimal): -446311 or 10039545. OLE color: 10039545.

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

Color convert

RGB 249 48 153 -
CMYK 0 0.81 0.39 0.02
HSL 328.66º 0.94% 0.58% -
HSV(B) 328.66º 0.81% 0.98% -
XYZ 45.87 24.55 32.46 -
YUV 120.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 249 48 153 0 0.81 0.39 0.02 328.66 0.94 0.58
Hex F9 30 99 0 51 27 2 149 5E 3A
Octal 371 60 231 0 121 47 2 511 136 72
Binary 11111001 110000 10011001 0 1010001 100111 10 101001001 1011110 111010

Color Harmonies of #F93099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93099

Black with #F93099

Text Example


Text Example

White with #F93099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93099; }

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

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

background-color css

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

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

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

border-color css

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

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

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