Html Css Color HEX #FA288B Wild Strawberry

📋 copy color: '#FA288B'

red 250 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #FA288B

Tints of Wild Strawberry #FA288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 58.28%
G = 9.32%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA288B (or 0xFA288B) is known color: Wild Strawberry. HEX triplet: FA, 28 and 8B. RGB value is (250,40,139). Sum of RGB (Red+Green+Blue) = 250+40+139=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA288B is #05D774. Grayscale: #717171. Windows color (decimal): -382837 or 9119994. OLE color: 9119994.

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

Color convert

RGB 250 40 139 -
CMYK 0 0.84 0.44 0.02
HSL 331.71º 0.95% 0.57% -
HSV(B) 331.71º 0.84% 0.98% -
XYZ 44.84 23.71 26.64 -
YUV 114.08 142.07 224.95 -
System Red Green Blue C M Y K H S L
Decimal 250 40 139 0 0.84 0.44 0.02 331.71 0.95 0.57
Hex FA 28 8B 0 54 2C 2 14C 5F 39
Octal 372 50 213 0 124 54 2 514 137 71
Binary 11111010 101000 10001011 0 1010100 101100 10 101001100 1011111 111001

Color Harmonies of #FA288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA288B

Black with #FA288B

Text Example


Text Example

White with #FA288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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