Html Css Color HEX #F93497 Wild Strawberry

📋 copy color: '#F93497'

red 249 ◦ green 52 ◦ blue 151

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

Shades of Wild Strawberry #F93497

Tints of Wild Strawberry #F93497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.5%

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

R = 55.09%
G = 11.5%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F93497 (or 0xF93497) is known color: Wild Strawberry. HEX triplet: F9, 34 and 97. RGB value is (249,52,151). Sum of RGB (Red+Green+Blue) = 249+52+151=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F93497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93497 is #06CB68. Grayscale: #797979. Windows color (decimal): -445289 or 9909497. OLE color: 9909497.

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

Color convert

RGB 249 52 151 -
CMYK 0 0.79 0.39 0.02
HSL 329.85º 0.94% 0.59% -
HSV(B) 329.85º 0.79% 0.98% -
XYZ 45.88 24.83 31.65 -
YUV 122.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 249 52 151 0 0.79 0.39 0.02 329.85 0.94 0.59
Hex F9 34 97 0 4F 27 2 14A 5E 3B
Octal 371 64 227 0 117 47 2 512 136 73
Binary 11111001 110100 10010111 0 1001111 100111 10 101001010 1011110 111011

Color Harmonies of #F93497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93497

Black with #F93497

Text Example


Text Example

White with #F93497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93497; }

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

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

background-color css

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

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

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

border-color css

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

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

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