Html Css Color HEX #FA3A99 Wild Strawberry

📋 copy color: '#FA3A99'

red 250 ◦ green 58 ◦ blue 153

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

Shades of Wild Strawberry #FA3A99

Tints of Wild Strawberry #FA3A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 54.23%
G = 12.58%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3A99 (or 0xFA3A99) is known color: Wild Strawberry. HEX triplet: FA, 3A and 99. RGB value is (250,58,153). Sum of RGB (Red+Green+Blue) = 250+58+153=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A99 is #05C566. Grayscale: #7E7E7E. Windows color (decimal): -378215 or 10042106. OLE color: 10042106.

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

Color convert

RGB 250 58 153 -
CMYK 0 0.77 0.39 0.02
HSL 330.31º 0.95% 0.6% -
HSV(B) 330.31º 0.77% 0.98% -
XYZ 46.69 25.65 32.63 -
YUV 126.24 143.11 216.28 -
System Red Green Blue C M Y K H S L
Decimal 250 58 153 0 0.77 0.39 0.02 330.31 0.95 0.6
Hex FA 3A 99 0 4D 27 2 14A 5F 3C
Octal 372 72 231 0 115 47 2 512 137 74
Binary 11111010 111010 10011001 0 1001101 100111 10 101001010 1011111 111100

Color Harmonies of #FA3A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A99

Black with #FA3A99

Text Example


Text Example

White with #FA3A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A99; }

 p { color: rgb(250,58,153); }

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

background-color css

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

 a { background-color: rgb(250,58,153); }

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

border-color css

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

 span { border-color: rgb(250,58,153); }

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