Html Css Color HEX #F93296 Wild Strawberry

📋 copy color: '#F93296'

red 249 ◦ green 50 ◦ blue 150

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

Shades of Wild Strawberry #F93296

Tints of Wild Strawberry #F93296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.14%

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 55.46%
G = 11.14%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F93296 (or 0xF93296) is known color: Wild Strawberry. HEX triplet: F9, 32 and 96. RGB value is (249,50,150). Sum of RGB (Red+Green+Blue) = 249+50+150=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F93296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93296 is #06CD69. Grayscale: #787878. Windows color (decimal): -445802 or 9843449. OLE color: 9843449.

HSL color Cylindrical-coordinate representation of color #F93296: 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.8%. Process color model (Four color, CMYK) of #F93296 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 150 -
CMYK 0 0.80 0.40 0.02
HSL 329.85º 0.94% 0.59% -
HSV(B) 329.85º 0.8% 0.98% -
XYZ 45.71 24.62 31.2 -
YUV 120.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 249 50 150 0 0.80 0.40 0.02 329.85 0.94 0.59
Hex F9 32 96 0 50 28 2 14A 5E 3B
Octal 371 62 226 0 120 50 2 512 136 73
Binary 11111001 110010 10010110 0 1010000 101000 10 101001010 1011110 111011

Color Harmonies of #F93296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93296

Black with #F93296

Text Example


Text Example

White with #F93296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93296; }

 p { color: rgb(249,50,150); }

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

background-color css

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

 a { background-color: rgb(249,50,150); }

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

border-color css

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

 span { border-color: rgb(249,50,150); }

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