Html Css Color HEX #FA2B88 Wild Strawberry

📋 copy color: '#FA2B88'

red 250 ◦ green 43 ◦ blue 136

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

Shades of Wild Strawberry #FA2B88

Tints of Wild Strawberry #FA2B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 58.28%
G = 10.02%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA2B88 (or 0xFA2B88) is known color: Wild Strawberry. HEX triplet: FA, 2B and 88. RGB value is (250,43,136). Sum of RGB (Red+Green+Blue) = 250+43+136=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B88 is #05D477. Grayscale: #737373. Windows color (decimal): -382072 or 8924154. OLE color: 8924154.

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

Color convert

RGB 250 43 136 -
CMYK 0 0.83 0.46 0.02
HSL 333.04º 0.95% 0.57% -
HSV(B) 333.04º 0.83% 0.98% -
XYZ 44.73 23.83 25.53 -
YUV 115.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 250 43 136 0 0.83 0.46 0.02 333.04 0.95 0.57
Hex FA 2B 88 0 53 2E 2 14D 5F 39
Octal 372 53 210 0 123 56 2 515 137 71
Binary 11111010 101011 10001000 0 1010011 101110 10 101001101 1011111 111001

Color Harmonies of #FA2B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B88

Black with #FA2B88

Text Example


Text Example

White with #FA2B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B88; }

 p { color: rgb(250,43,136); }

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

background-color css

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

 a { background-color: rgb(250,43,136); }

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

border-color css

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

 span { border-color: rgb(250,43,136); }

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