Html Css Color HEX #FE2A85 Wild Strawberry

📋 copy color: '#FE2A85'

red 254 ◦ green 42 ◦ blue 133

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

Shades of Wild Strawberry #FE2A85

Tints of Wild Strawberry #FE2A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

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

R = 59.21%
G = 9.79%
B = 31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE2A85 (or 0xFE2A85) is known color: Wild Strawberry. HEX triplet: FE, 2A and 85. RGB value is (254,42,133). Sum of RGB (Red+Green+Blue) = 254+42+133=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2A85 is #01D57A. Grayscale: #737373. Windows color (decimal): -120187 or 8727294. OLE color: 8727294.

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

Color convert

RGB 254 42 133 -
CMYK 0 0.83 0.48 0.00
HSL 334.25º 0.99% 0.58% -
HSV(B) 334.25º 0.83% 1% -
XYZ 45.93 24.42 24.48 -
YUV 115.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 254 42 133 0 0.83 0.48 0.00 334.25 0.99 0.58
Hex FE 2A 85 0 53 30 0 14E 63 3A
Octal 376 52 205 0 123 60 0 516 143 72
Binary 11111110 101010 10000101 0 1010011 110000 0 101001110 1100011 111010

Color Harmonies of #FE2A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A85

Black with #FE2A85

Text Example


Text Example

White with #FE2A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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