Html Css Color HEX #FA2983 Wild Strawberry

📋 copy color: '#FA2983'

red 250 ◦ green 41 ◦ blue 131

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

Shades of Wild Strawberry #FA2983

Tints of Wild Strawberry #FA2983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 59.24%
G = 9.72%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA2983 (or 0xFA2983) is known color: Wild Strawberry. HEX triplet: FA, 29 and 83. RGB value is (250,41,131). Sum of RGB (Red+Green+Blue) = 250+41+131=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2983 is #05D67C. Grayscale: #717171. Windows color (decimal): -382589 or 8595962. OLE color: 8595962.

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

Color convert

RGB 250 41 131 -
CMYK 0 0.84 0.48 0.02
HSL 334.16º 0.95% 0.57% -
HSV(B) 334.16º 0.84% 0.98% -
XYZ 44.31 23.55 23.68 -
YUV 113.75 137.74 225.18 -
System Red Green Blue C M Y K H S L
Decimal 250 41 131 0 0.84 0.48 0.02 334.16 0.95 0.57
Hex FA 29 83 0 54 30 2 14E 5F 39
Octal 372 51 203 0 124 60 2 516 137 71
Binary 11111010 101001 10000011 0 1010100 110000 10 101001110 1011111 111001

Color Harmonies of #FA2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2983

Black with #FA2983

Text Example


Text Example

White with #FA2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2983; }

 p { color: rgb(250,41,131); }

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

background-color css

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

 a { background-color: rgb(250,41,131); }

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

border-color css

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

 span { border-color: rgb(250,41,131); }

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