Html Css Color HEX #FE368F Wild Strawberry

📋 copy color: '#FE368F'

red 254 ◦ green 54 ◦ blue 143

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

Shades of Wild Strawberry #FE368F

Tints of Wild Strawberry #FE368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 56.32%
G = 11.97%
B = 31.71%

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

#FE368F (or 0xFE368F) is known color: Wild Strawberry. HEX triplet: FE, 36 and 8F. RGB value is (254,54,143). Sum of RGB (Red+Green+Blue) = 254+54+143=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE368F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE368F is #01C970. Grayscale: #7B7B7B. Windows color (decimal): -117105 or 9385726. OLE color: 9385726.

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

Color convert

RGB 254 54 143 -
CMYK 0 0.79 0.44 0.00
HSL 333.3º 0.99% 0.6% -
HSV(B) 333.3º 0.79% 1% -
XYZ 47.15 25.69 28.46 -
YUV 123.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 254 54 143 0 0.79 0.44 0.00 333.3 0.99 0.6
Hex FE 36 8F 0 4F 2C 0 14D 63 3C
Octal 376 66 217 0 117 54 0 515 143 74
Binary 11111110 110110 10001111 0 1001111 101100 0 101001101 1100011 111100

Color Harmonies of #FE368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE368F

Black with #FE368F

Text Example


Text Example

White with #FE368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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