Html Css Color HEX #F93295 Wild Strawberry

📋 copy color: '#F93295'

red 249 ◦ green 50 ◦ blue 149

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

Shades of Wild Strawberry #F93295

Tints of Wild Strawberry #F93295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 55.58%
G = 11.16%
B = 33.26%

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

#F93295 (or 0xF93295) is known color: Wild Strawberry. HEX triplet: F9, 32 and 95. RGB value is (249,50,149). Sum of RGB (Red+Green+Blue) = 249+50+149=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F93295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93295 is #06CD6A. Grayscale: #787878. Windows color (decimal): -445803 or 9777913. OLE color: 9777913.

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

Color convert

RGB 249 50 149 -
CMYK 0 0.80 0.40 0.02
HSL 330.15º 0.94% 0.59% -
HSV(B) 330.15º 0.8% 0.98% -
XYZ 45.63 24.59 30.78 -
YUV 120.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 249 50 149 0 0.80 0.40 0.02 330.15 0.94 0.59
Hex F9 32 95 0 50 28 2 14A 5E 3B
Octal 371 62 225 0 120 50 2 512 136 73
Binary 11111001 110010 10010101 0 1010000 101000 10 101001010 1011110 111011

Color Harmonies of #F93295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93295

Black with #F93295

Text Example


Text Example

White with #F93295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93295; }

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

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

background-color css

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

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

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

border-color css

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

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

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