Html Css Color HEX #FE278D Wild Strawberry

📋 copy color: '#FE278D'

red 254 ◦ green 39 ◦ blue 141

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

Shades of Wild Strawberry #FE278D

Tints of Wild Strawberry #FE278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 58.53%
G = 8.99%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE278D (or 0xFE278D) is known color: Wild Strawberry. HEX triplet: FE, 27 and 8D. RGB value is (254,39,141). Sum of RGB (Red+Green+Blue) = 254+39+141=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE278D is #01D872. Grayscale: #727272. Windows color (decimal): -120947 or 9250814. OLE color: 9250814.

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

Color convert

RGB 254 39 141 -
CMYK 0 0.85 0.44 0.00
HSL 331.53º 0.99% 0.57% -
HSV(B) 331.53º 0.85% 1% -
XYZ 46.41 24.44 27.47 -
YUV 114.91 142.73 227.21 -
System Red Green Blue C M Y K H S L
Decimal 254 39 141 0 0.85 0.44 0.00 331.53 0.99 0.57
Hex FE 27 8D 0 55 2C 0 14C 63 39
Octal 376 47 215 0 125 54 0 514 143 71
Binary 11111110 100111 10001101 0 1010101 101100 0 101001100 1100011 111001

Color Harmonies of #FE278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE278D

Black with #FE278D

Text Example


Text Example

White with #FE278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE278D; }

 p { color: rgb(254,39,141); }

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

background-color css

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

 a { background-color: rgb(254,39,141); }

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

border-color css

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

 span { border-color: rgb(254,39,141); }

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