Html Css Color HEX #FA3A96 Wild Strawberry

📋 copy color: '#FA3A96'

red 250 ◦ green 58 ◦ blue 150

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

Shades of Wild Strawberry #FA3A96

Tints of Wild Strawberry #FA3A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 54.59%
G = 12.66%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA3A96 (or 0xFA3A96) is known color: Wild Strawberry. HEX triplet: FA, 3A and 96. RGB value is (250,58,150). Sum of RGB (Red+Green+Blue) = 250+58+150=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A96 is #05C569. Grayscale: #7D7D7D. Windows color (decimal): -378218 or 9845498. OLE color: 9845498.

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

Color convert

RGB 250 58 150 -
CMYK 0 0.77 0.4 0.02
HSL 331.25º 0.95% 0.6% -
HSV(B) 331.25º 0.77% 0.98% -
XYZ 46.44 25.55 31.34 -
YUV 125.9 141.61 216.52 -
System Red Green Blue C M Y K H S L
Decimal 250 58 150 0 0.77 0.4 0.02 331.25 0.95 0.6
Hex FA 3A 96 0 4D 28 2 14B 5F 3C
Octal 372 72 226 0 115 50 2 513 137 74
Binary 11111010 111010 10010110 0 1001101 101000 10 101001011 1011111 111100

Color Harmonies of #FA3A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A96

Black with #FA3A96

Text Example


Text Example

White with #FA3A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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