Html Css Color HEX #FE368B Wild Strawberry

📋 copy color: '#FE368B'

red 254 ◦ green 54 ◦ blue 139

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

Shades of Wild Strawberry #FE368B

Tints of Wild Strawberry #FE368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 56.82%
G = 12.08%
B = 31.1%

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

#FE368B (or 0xFE368B) is known color: Wild Strawberry. HEX triplet: FE, 36 and 8B. RGB value is (254,54,139). Sum of RGB (Red+Green+Blue) = 254+54+139=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE368B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE368B is #01C974. Grayscale: #7B7B7B. Windows color (decimal): -117109 or 9123582. OLE color: 9123582.

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

Color convert

RGB 254 54 139 -
CMYK 0 0.79 0.45 0.00
HSL 334.5º 0.99% 0.6% -
HSV(B) 334.5º 0.79% 1% -
XYZ 46.85 25.57 26.89 -
YUV 123.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 254 54 139 0 0.79 0.45 0.00 334.5 0.99 0.6
Hex FE 36 8B 0 4F 2D 0 14E 63 3C
Octal 376 66 213 0 117 55 0 516 143 74
Binary 11111110 110110 10001011 0 1001111 101101 0 101001110 1100011 111100

Color Harmonies of #FE368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE368B

Black with #FE368B

Text Example


Text Example

White with #FE368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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