Html Css Color HEX #FA43A1 Wild Strawberry

📋 copy color: '#FA43A1'

red 250 ◦ green 67 ◦ blue 161

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

Shades of Wild Strawberry #FA43A1

Tints of Wild Strawberry #FA43A1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 52.3%
G = 14.02%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA43A1 (or 0xFA43A1) is known color: Wild Strawberry. HEX triplet: FA, 43 and A1. RGB value is (250,67,161). Sum of RGB (Red+Green+Blue) = 250+67+161=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43A1 is #05BC5E. Grayscale: #848484. Windows color (decimal): -375903 or 10568698. OLE color: 10568698.

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

Color convert

RGB 250 67 161 -
CMYK 0 0.73 0.36 0.02
HSL 329.18º 0.95% 0.62% -
HSV(B) 329.18º 0.73% 0.98% -
XYZ 47.86 26.91 36.39 -
YUV 132.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 250 67 161 0 0.73 0.36 0.02 329.18 0.95 0.62
Hex FA 43 A1 0 49 24 2 149 5F 3E
Octal 372 103 241 0 111 44 2 511 137 76
Binary 11111010 1000011 10100001 0 1001001 100100 10 101001001 1011111 111110

Color Harmonies of #FA43A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA43A1

Black with #FA43A1

Text Example


Text Example

White with #FA43A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA43A1; }

 p { color: rgb(250,67,161); }

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

background-color css

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

 a { background-color: rgb(250,67,161); }

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

border-color css

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

 span { border-color: rgb(250,67,161); }

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