Html Css Color HEX #FE2C85 Wild Strawberry

📋 copy color: '#FE2C85'

red 254 ◦ green 44 ◦ blue 133

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

Shades of Wild Strawberry #FE2C85

Tints of Wild Strawberry #FE2C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.21%

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

R = 58.93%
G = 10.21%
B = 30.86%

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

#FE2C85 (or 0xFE2C85) is known color: Wild Strawberry. HEX triplet: FE, 2C and 85. RGB value is (254,44,133). Sum of RGB (Red+Green+Blue) = 254+44+133=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2C85 is #01D37A. Grayscale: #747474. Windows color (decimal): -119675 or 8727806. OLE color: 8727806.

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

Color convert

RGB 254 44 133 -
CMYK 0 0.83 0.48 0.00
HSL 334.57º 0.99% 0.58% -
HSV(B) 334.57º 0.83% 1% -
XYZ 46.01 24.57 24.51 -
YUV 116.94 137.07 225.76 -
System Red Green Blue C M Y K H S L
Decimal 254 44 133 0 0.83 0.48 0.00 334.57 0.99 0.58
Hex FE 2C 85 0 53 30 0 14F 63 3A
Octal 376 54 205 0 123 60 0 517 143 72
Binary 11111110 101100 10000101 0 1010011 110000 0 101001111 1100011 111010

Color Harmonies of #FE2C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2C85

Black with #FE2C85

Text Example


Text Example

White with #FE2C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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