Html Css Color HEX #FA43A2 Wild Strawberry

📋 copy color: '#FA43A2'

red 250 ◦ green 67 ◦ blue 162

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

Shades of Wild Strawberry #FA43A2

Tints of Wild Strawberry #FA43A2

RGB

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

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

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

R = 52.19%
G = 13.99%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA43A2 (or 0xFA43A2) is known color: Wild Strawberry. HEX triplet: FA, 43 and A2. RGB value is (250,67,162). Sum of RGB (Red+Green+Blue) = 250+67+162=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43A2 is #05BC5D. Grayscale: #848484. Windows color (decimal): -375902 or 10634234. OLE color: 10634234.

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

Color convert

RGB 250 67 162 -
CMYK 0 0.73 0.35 0.02
HSL 328.85º 0.95% 0.62% -
HSV(B) 328.85º 0.73% 0.98% -
XYZ 47.95 26.95 36.86 -
YUV 132.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 250 67 162 0 0.73 0.35 0.02 328.85 0.95 0.62
Hex FA 43 A2 0 49 23 2 149 5F 3E
Octal 372 103 242 0 111 43 2 511 137 76
Binary 11111010 1000011 10100010 0 1001001 100011 10 101001001 1011111 111110

Color Harmonies of #FA43A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA43A2

Black with #FA43A2

Text Example


Text Example

White with #FA43A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA43A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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