Html Css Color HEX #F93997 Wild Strawberry

📋 copy color: '#F93997'

red 249 ◦ green 57 ◦ blue 151

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

Shades of Wild Strawberry #F93997

Tints of Wild Strawberry #F93997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.47%

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 54.49%
G = 12.47%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F93997 (or 0xF93997) is known color: Wild Strawberry. HEX triplet: F9, 39 and 97. RGB value is (249,57,151). Sum of RGB (Red+Green+Blue) = 249+57+151=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F93997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93997 is #06C668. Grayscale: #7C7C7C. Windows color (decimal): -444009 or 9910777. OLE color: 9910777.

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

Color convert

RGB 249 57 151 -
CMYK 0 0.77 0.39 0.02
HSL 330.63º 0.94% 0.6% -
HSV(B) 330.63º 0.77% 0.98% -
XYZ 46.12 25.3 31.73 -
YUV 125.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 249 57 151 0 0.77 0.39 0.02 330.63 0.94 0.6
Hex F9 39 97 0 4D 27 2 14B 5E 3C
Octal 371 71 227 0 115 47 2 513 136 74
Binary 11111001 111001 10010111 0 1001101 100111 10 101001011 1011110 111100

Color Harmonies of #F93997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93997

Black with #F93997

Text Example


Text Example

White with #F93997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93997; }

 p { color: rgb(249,57,151); }

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

background-color css

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

 a { background-color: rgb(249,57,151); }

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

border-color css

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

 span { border-color: rgb(249,57,151); }

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