Html Css Color HEX #FE2885 Wild Strawberry

📋 copy color: '#FE2885'

red 254 ◦ green 40 ◦ blue 133

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

Shades of Wild Strawberry #FE2885

Tints of Wild Strawberry #FE2885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 59.48%
G = 9.37%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE2885 (or 0xFE2885) is known color: Wild Strawberry. HEX triplet: FE, 28 and 85. RGB value is (254,40,133). Sum of RGB (Red+Green+Blue) = 254+40+133=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2885 is #01D77A. Grayscale: #727272. Windows color (decimal): -120699 or 8726782. OLE color: 8726782.

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

Color convert

RGB 254 40 133 -
CMYK 0 0.84 0.48 0.00
HSL 333.93º 0.99% 0.58% -
HSV(B) 333.93º 0.84% 1% -
XYZ 45.87 24.28 24.46 -
YUV 114.59 138.4 227.44 -
System Red Green Blue C M Y K H S L
Decimal 254 40 133 0 0.84 0.48 0.00 333.93 0.99 0.58
Hex FE 28 85 0 54 30 0 14E 63 3A
Octal 376 50 205 0 124 60 0 516 143 72
Binary 11111110 101000 10000101 0 1010100 110000 0 101001110 1100011 111010

Color Harmonies of #FE2885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2885

Black with #FE2885

Text Example


Text Example

White with #FE2885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2885; }

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

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

background-color css

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

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

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

border-color css

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

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

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