Html Css Color HEX #FA3FA2 Wild Strawberry

📋 copy color: '#FA3FA2'

red 250 ◦ green 63 ◦ blue 162

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

Shades of Wild Strawberry #FA3FA2

Tints of Wild Strawberry #FA3FA2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.26%

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 52.63%
G = 13.26%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA3FA2 (or 0xFA3FA2) is known color: Wild Strawberry. HEX triplet: FA, 3F and A2. RGB value is (250,63,162). Sum of RGB (Red+Green+Blue) = 250+63+162=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3FA2 is #05C05D. Grayscale: #818181. Windows color (decimal): -376926 or 10633210. OLE color: 10633210.

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

Color convert

RGB 250 63 162 -
CMYK 0 0.75 0.35 0.02
HSL 328.24º 0.95% 0.61% -
HSV(B) 328.24º 0.75% 0.98% -
XYZ 47.72 26.49 36.78 -
YUV 130.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 250 63 162 0 0.75 0.35 0.02 328.24 0.95 0.61
Hex FA 3F A2 0 4B 23 2 148 5F 3D
Octal 372 77 242 0 113 43 2 510 137 75
Binary 11111010 111111 10100010 0 1001011 100011 10 101001000 1011111 111101

Color Harmonies of #FA3FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FA2

Black with #FA3FA2

Text Example


Text Example

White with #FA3FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FA2; }

 p { color: rgb(250,63,162); }

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

background-color css

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

 a { background-color: rgb(250,63,162); }

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

border-color css

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

 span { border-color: rgb(250,63,162); }

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