Html Css Color HEX #FA41A2 Wild Strawberry

📋 copy color: '#FA41A2'

red 250 ◦ green 65 ◦ blue 162

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

Shades of Wild Strawberry #FA41A2

Tints of Wild Strawberry #FA41A2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.63%

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

R = 52.41%
G = 13.63%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA41A2 (or 0xFA41A2) is known color: Wild Strawberry. HEX triplet: FA, 41 and A2. RGB value is (250,65,162). Sum of RGB (Red+Green+Blue) = 250+65+162=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA41A2 is #05BE5D. Grayscale: #838383. Windows color (decimal): -376414 or 10633722. OLE color: 10633722.

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

Color convert

RGB 250 65 162 -
CMYK 0 0.74 0.35 0.02
HSL 328.54º 0.95% 0.62% -
HSV(B) 328.54º 0.74% 0.98% -
XYZ 47.84 26.71 36.82 -
YUV 131.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 250 65 162 0 0.74 0.35 0.02 328.54 0.95 0.62
Hex FA 41 A2 0 4A 23 2 149 5F 3E
Octal 372 101 242 0 112 43 2 511 137 76
Binary 11111010 1000001 10100010 0 1001010 100011 10 101001001 1011111 111110

Color Harmonies of #FA41A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41A2

Black with #FA41A2

Text Example


Text Example

White with #FA41A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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