Html Css Color HEX #FA37A1 Wild Strawberry

📋 copy color: '#FA37A1'

red 250 ◦ green 55 ◦ blue 161

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

Shades of Wild Strawberry #FA37A1

Tints of Wild Strawberry #FA37A1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 53.65%
G = 11.8%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA37A1 (or 0xFA37A1) is known color: Wild Strawberry. HEX triplet: FA, 37 and A1. RGB value is (250,55,161). Sum of RGB (Red+Green+Blue) = 250+55+161=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA37A1 is #05C85E. Grayscale: #7D7D7D. Windows color (decimal): -378975 or 10565626. OLE color: 10565626.

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

Color convert

RGB 250 55 161 -
CMYK 0 0.78 0.36 0.02
HSL 327.38º 0.95% 0.6% -
HSV(B) 327.38º 0.78% 0.98% -
XYZ 47.22 25.63 36.18 -
YUV 125.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 250 55 161 0 0.78 0.36 0.02 327.38 0.95 0.6
Hex FA 37 A1 0 4E 24 2 147 5F 3C
Octal 372 67 241 0 116 44 2 507 137 74
Binary 11111010 110111 10100001 0 1001110 100100 10 101000111 1011111 111100

Color Harmonies of #FA37A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37A1

Black with #FA37A1

Text Example


Text Example

White with #FA37A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37A1; }

 p { color: rgb(250,55,161); }

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

background-color css

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

 a { background-color: rgb(250,55,161); }

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

border-color css

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

 span { border-color: rgb(250,55,161); }

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