Html Css Color HEX #FA2C89 Wild Strawberry

📋 copy color: '#FA2C89'

red 250 ◦ green 44 ◦ blue 137

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

Shades of Wild Strawberry #FA2C89

Tints of Wild Strawberry #FA2C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.21%

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

R = 58%
G = 10.21%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA2C89 (or 0xFA2C89) is known color: Wild Strawberry. HEX triplet: FA, 2C and 89. RGB value is (250,44,137). Sum of RGB (Red+Green+Blue) = 250+44+137=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C89 is #05D376. Grayscale: #747474. Windows color (decimal): -381815 or 8989946. OLE color: 8989946.

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

Color convert

RGB 250 44 137 -
CMYK 0 0.82 0.45 0.02
HSL 332.91º 0.95% 0.58% -
HSV(B) 332.91º 0.82% 0.98% -
XYZ 44.84 23.93 25.92 -
YUV 116.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 250 44 137 0 0.82 0.45 0.02 332.91 0.95 0.58
Hex FA 2C 89 0 52 2D 2 14D 5F 3A
Octal 372 54 211 0 122 55 2 515 137 72
Binary 11111010 101100 10001001 0 1010010 101101 10 101001101 1011111 111010

Color Harmonies of #FA2C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C89

Black with #FA2C89

Text Example


Text Example

White with #FA2C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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