Html Css Color HEX #FA2888 Wild Strawberry

📋 copy color: '#FA2888'

red 250 ◦ green 40 ◦ blue 136

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

Shades of Wild Strawberry #FA2888

Tints of Wild Strawberry #FA2888

RGB

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

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

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

R = 58.69%
G = 9.39%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA2888 (or 0xFA2888) is known color: Wild Strawberry. HEX triplet: FA, 28 and 88. RGB value is (250,40,136). Sum of RGB (Red+Green+Blue) = 250+40+136=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2888 is #05D777. Grayscale: #717171. Windows color (decimal): -382840 or 8923386. OLE color: 8923386.

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

Color convert

RGB 250 40 136 -
CMYK 0 0.84 0.46 0.02
HSL 332.57º 0.95% 0.57% -
HSV(B) 332.57º 0.84% 0.98% -
XYZ 44.63 23.62 25.5 -
YUV 113.73 140.57 225.19 -
System Red Green Blue C M Y K H S L
Decimal 250 40 136 0 0.84 0.46 0.02 332.57 0.95 0.57
Hex FA 28 88 0 54 2E 2 14D 5F 39
Octal 372 50 210 0 124 56 2 515 137 71
Binary 11111010 101000 10001000 0 1010100 101110 10 101001101 1011111 111001

Color Harmonies of #FA2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2888

Black with #FA2888

Text Example


Text Example

White with #FA2888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2888; }

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

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

background-color css

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

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

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

border-color css

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

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

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