Html Css Color HEX #FE288A Wild Strawberry

📋 copy color: '#FE288A'

red 254 ◦ green 40 ◦ blue 138

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

Shades of Wild Strawberry #FE288A

Tints of Wild Strawberry #FE288A

RGB

 RED value IS 254 (99.61% from 255) = 58.8%

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 58.8%
G = 9.26%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE288A (or 0xFE288A) is known color: Wild Strawberry. HEX triplet: FE, 28 and 8A. RGB value is (254,40,138). Sum of RGB (Red+Green+Blue) = 254+40+138=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE288A is #01D775. Grayscale: #727272. Windows color (decimal): -120694 or 9054462. OLE color: 9054462.

HSL color Cylindrical-coordinate representation of color #FE288A: hue angle of 332.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE288A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 40 138 -
CMYK 0 0.84 0.46 0.00
HSL 332.52º 0.99% 0.58% -
HSV(B) 332.52º 0.84% 1% -
XYZ 46.22 24.42 26.32 -
YUV 115.16 140.9 227.03 -
System Red Green Blue C M Y K H S L
Decimal 254 40 138 0 0.84 0.46 0.00 332.52 0.99 0.58
Hex FE 28 8A 0 54 2E 0 14D 63 3A
Octal 376 50 212 0 124 56 0 515 143 72
Binary 11111110 101000 10001010 0 1010100 101110 0 101001101 1100011 111010

Color Harmonies of #FE288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE288A

Black with #FE288A

Text Example


Text Example

White with #FE288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE288A; }

 p { color: rgb(254,40,138); }

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

background-color css

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

 a { background-color: rgb(254,40,138); }

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

border-color css

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

 span { border-color: rgb(254,40,138); }

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