Html Css Color HEX #FE368D Wild Strawberry

📋 copy color: '#FE368D'

red 254 ◦ green 54 ◦ blue 141

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

Shades of Wild Strawberry #FE368D

Tints of Wild Strawberry #FE368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

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

R = 56.57%
G = 12.03%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE368D (or 0xFE368D) is known color: Wild Strawberry. HEX triplet: FE, 36 and 8D. RGB value is (254,54,141). Sum of RGB (Red+Green+Blue) = 254+54+141=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE368D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE368D is #01C972. Grayscale: #7B7B7B. Windows color (decimal): -117107 or 9254654. OLE color: 9254654.

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

Color convert

RGB 254 54 141 -
CMYK 0 0.79 0.44 0.00
HSL 333.9º 0.99% 0.6% -
HSV(B) 333.9º 0.79% 1% -
XYZ 47 25.63 27.67 -
YUV 123.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 254 54 141 0 0.79 0.44 0.00 333.9 0.99 0.6
Hex FE 36 8D 0 4F 2C 0 14E 63 3C
Octal 376 66 215 0 117 54 0 516 143 74
Binary 11111110 110110 10001101 0 1001111 101100 0 101001110 1100011 111100

Color Harmonies of #FE368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE368D

Black with #FE368D

Text Example


Text Example

White with #FE368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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