Html Css Color HEX #FA3BA9 Wild Strawberry

📋 copy color: '#FA3BA9'

red 250 ◦ green 59 ◦ blue 169

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

Shades of Wild Strawberry #FA3BA9

Tints of Wild Strawberry #FA3BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

 BLUE value IS 169 (66.41% from 255) = 35.36%

R = 52.3%
G = 12.34%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA3BA9 (or 0xFA3BA9) is known color: Wild Strawberry. HEX triplet: FA, 3B and A9. RGB value is (250,59,169). Sum of RGB (Red+Green+Blue) = 250+59+169=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3BA9 is #05C456. Grayscale: #808080. Windows color (decimal): -377943 or 11090938. OLE color: 11090938.

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

Color convert

RGB 250 59 169 -
CMYK 0 0.76 0.32 0.02
HSL 325.45º 0.95% 0.61% -
HSV(B) 325.45º 0.76% 0.98% -
XYZ 48.15 26.32 40.08 -
YUV 128.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 250 59 169 0 0.76 0.32 0.02 325.45 0.95 0.61
Hex FA 3B A9 0 4C 20 2 145 5F 3D
Octal 372 73 251 0 114 40 2 505 137 75
Binary 11111010 111011 10101001 0 1001100 100000 10 101000101 1011111 111101

Color Harmonies of #FA3BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3BA9

Black with #FA3BA9

Text Example


Text Example

White with #FA3BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3BA9; }

 p { color: rgb(250,59,169); }

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

background-color css

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

 a { background-color: rgb(250,59,169); }

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

border-color css

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

 span { border-color: rgb(250,59,169); }

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