Html Css Color HEX #F93291 Wild Strawberry

📋 copy color: '#F93291'

red 249 ◦ green 50 ◦ blue 145

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

Shades of Wild Strawberry #F93291

Tints of Wild Strawberry #F93291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 56.08%
G = 11.26%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F93291 (or 0xF93291) is known color: Wild Strawberry. HEX triplet: F9, 32 and 91. RGB value is (249,50,145). Sum of RGB (Red+Green+Blue) = 249+50+145=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F93291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93291 is #06CD6E. Grayscale: #787878. Windows color (decimal): -445807 or 9515769. OLE color: 9515769.

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

Color convert

RGB 249 50 145 -
CMYK 0 0.80 0.42 0.02
HSL 331.36º 0.94% 0.59% -
HSV(B) 331.36º 0.8% 0.98% -
XYZ 45.32 24.47 29.12 -
YUV 120.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 249 50 145 0 0.80 0.42 0.02 331.36 0.94 0.59
Hex F9 32 91 0 50 2A 2 14B 5E 3B
Octal 371 62 221 0 120 52 2 513 136 73
Binary 11111001 110010 10010001 0 1010000 101010 10 101001011 1011110 111011

Color Harmonies of #F93291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93291

Black with #F93291

Text Example


Text Example

White with #F93291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93291; }

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

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

background-color css

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

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

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

border-color css

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

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

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