Html Css Color HEX #FA288F Wild Strawberry

📋 copy color: '#FA288F'

red 250 ◦ green 40 ◦ blue 143

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

Shades of Wild Strawberry #FA288F

Tints of Wild Strawberry #FA288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 57.74%
G = 9.24%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA288F (or 0xFA288F) is known color: Wild Strawberry. HEX triplet: FA, 28 and 8F. RGB value is (250,40,143). Sum of RGB (Red+Green+Blue) = 250+40+143=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA288F is #05D770. Grayscale: #727272. Windows color (decimal): -382833 or 9382138. OLE color: 9382138.

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

Color convert

RGB 250 40 143 -
CMYK 0 0.84 0.43 0.02
HSL 330.57º 0.95% 0.57% -
HSV(B) 330.57º 0.84% 0.98% -
XYZ 45.14 23.82 28.21 -
YUV 114.53 144.07 224.62 -
System Red Green Blue C M Y K H S L
Decimal 250 40 143 0 0.84 0.43 0.02 330.57 0.95 0.57
Hex FA 28 8F 0 54 2B 2 14B 5F 39
Octal 372 50 217 0 124 53 2 513 137 71
Binary 11111010 101000 10001111 0 1010100 101011 10 101001011 1011111 111001

Color Harmonies of #FA288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA288F

Black with #FA288F

Text Example


Text Example

White with #FA288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA288F; }

 p { color: rgb(250,40,143); }

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

background-color css

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

 a { background-color: rgb(250,40,143); }

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

border-color css

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

 span { border-color: rgb(250,40,143); }

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