Html Css Color HEX #FA2A83 Wild Strawberry

📋 copy color: '#FA2A83'

red 250 ◦ green 42 ◦ blue 131

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

Shades of Wild Strawberry #FA2A83

Tints of Wild Strawberry #FA2A83

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.93%

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

R = 59.1%
G = 9.93%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA2A83 (or 0xFA2A83) is known color: Wild Strawberry. HEX triplet: FA, 2A and 83. RGB value is (250,42,131). Sum of RGB (Red+Green+Blue) = 250+42+131=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2A83 is #05D57C. Grayscale: #727272. Windows color (decimal): -382333 or 8596218. OLE color: 8596218.

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

Color convert

RGB 250 42 131 -
CMYK 0 0.83 0.48 0.02
HSL 334.33º 0.95% 0.57% -
HSV(B) 334.33º 0.83% 0.98% -
XYZ 44.35 23.62 23.69 -
YUV 114.34 137.41 224.76 -
System Red Green Blue C M Y K H S L
Decimal 250 42 131 0 0.83 0.48 0.02 334.33 0.95 0.57
Hex FA 2A 83 0 53 30 2 14E 5F 39
Octal 372 52 203 0 123 60 2 516 137 71
Binary 11111010 101010 10000011 0 1010011 110000 10 101001110 1011111 111001

Color Harmonies of #FA2A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A83

Black with #FA2A83

Text Example


Text Example

White with #FA2A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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