Html Css Color HEX #FA2889 Wild Strawberry

📋 copy color: '#FA2889'

red 250 ◦ green 40 ◦ blue 137

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

Shades of Wild Strawberry #FA2889

Tints of Wild Strawberry #FA2889

RGB

 RED value IS 250 (98.05% from 255) = 58.55%

 GREEN value IS 40 (16.02% from 255) = 9.37%

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 58.55%
G = 9.37%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA2889 (or 0xFA2889) is known color: Wild Strawberry. HEX triplet: FA, 28 and 89. RGB value is (250,40,137). Sum of RGB (Red+Green+Blue) = 250+40+137=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2889 is #05D776. Grayscale: #717171. Windows color (decimal): -382839 or 8988922. OLE color: 8988922.

HSL color Cylindrical-coordinate representation of color #FA2889: hue angle of 332.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2889 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 137 -
CMYK 0 0.84 0.45 0.02
HSL 332.29º 0.95% 0.57% -
HSV(B) 332.29º 0.84% 0.98% -
XYZ 44.7 23.65 25.88 -
YUV 113.85 141.07 225.11 -
System Red Green Blue C M Y K H S L
Decimal 250 40 137 0 0.84 0.45 0.02 332.29 0.95 0.57
Hex FA 28 89 0 54 2D 2 14C 5F 39
Octal 372 50 211 0 124 55 2 514 137 71
Binary 11111010 101000 10001001 0 1010100 101101 10 101001100 1011111 111001

Color Harmonies of #FA2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2889

Black with #FA2889

Text Example


Text Example

White with #FA2889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2889; }

 p { color: rgb(250,40,137); }

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

background-color css

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

 a { background-color: rgb(250,40,137); }

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

border-color css

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

 span { border-color: rgb(250,40,137); }

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