Html Css Color HEX #FE368C Wild Strawberry

📋 copy color: '#FE368C'

red 254 ◦ green 54 ◦ blue 140

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

Shades of Wild Strawberry #FE368C

Tints of Wild Strawberry #FE368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 56.7%
G = 12.05%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE368C (or 0xFE368C) is known color: Wild Strawberry. HEX triplet: FE, 36 and 8C. RGB value is (254,54,140). Sum of RGB (Red+Green+Blue) = 254+54+140=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE368C is #01C973. Grayscale: #7B7B7B. Windows color (decimal): -117108 or 9189118. OLE color: 9189118.

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

Color convert

RGB 254 54 140 -
CMYK 0 0.79 0.45 0.00
HSL 334.2º 0.99% 0.6% -
HSV(B) 334.2º 0.79% 1% -
XYZ 46.93 25.6 27.28 -
YUV 123.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 254 54 140 0 0.79 0.45 0.00 334.2 0.99 0.6
Hex FE 36 8C 0 4F 2D 0 14E 63 3C
Octal 376 66 214 0 117 55 0 516 143 74
Binary 11111110 110110 10001100 0 1001111 101101 0 101001110 1100011 111100

Color Harmonies of #FE368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE368C

Black with #FE368C

Text Example


Text Example

White with #FE368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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