Html Css Color HEX #F93290 Wild Strawberry

📋 copy color: '#F93290'

red 249 ◦ green 50 ◦ blue 144

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

Shades of Wild Strawberry #F93290

Tints of Wild Strawberry #F93290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 56.21%
G = 11.29%
B = 32.51%

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

#F93290 (or 0xF93290) is known color: Wild Strawberry. HEX triplet: F9, 32 and 90. RGB value is (249,50,144). Sum of RGB (Red+Green+Blue) = 249+50+144=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F93290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93290 is #06CD6F. Grayscale: #787878. Windows color (decimal): -445808 or 9450233. OLE color: 9450233.

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

Color convert

RGB 249 50 144 -
CMYK 0 0.80 0.42 0.02
HSL 331.66º 0.94% 0.59% -
HSV(B) 331.66º 0.8% 0.98% -
XYZ 45.24 24.43 28.72 -
YUV 120.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 249 50 144 0 0.80 0.42 0.02 331.66 0.94 0.59
Hex F9 32 90 0 50 2A 2 14C 5E 3B
Octal 371 62 220 0 120 52 2 514 136 73
Binary 11111001 110010 10010000 0 1010000 101010 10 101001100 1011110 111011

Color Harmonies of #F93290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93290

Black with #F93290

Text Example


Text Example

White with #F93290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93290; }

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

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

background-color css

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

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

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

border-color css

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

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

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