Html Css Color HEX #FE369D Wild Strawberry

📋 copy color: '#FE369D'

red 254 ◦ green 54 ◦ blue 157

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

Shades of Wild Strawberry #FE369D

Tints of Wild Strawberry #FE369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 54.62%
G = 11.61%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE369D (or 0xFE369D) is known color: Wild Strawberry. HEX triplet: FE, 36 and 9D. RGB value is (254,54,157). Sum of RGB (Red+Green+Blue) = 254+54+157=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE369D is #01C962. Grayscale: #7D7D7D. Windows color (decimal): -117091 or 10303230. OLE color: 10303230.

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

Color convert

RGB 254 54 157 -
CMYK 0 0.79 0.38 0.00
HSL 329.1º 0.99% 0.6% -
HSV(B) 329.1º 0.79% 1% -
XYZ 48.28 26.14 34.4 -
YUV 125.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 254 54 157 0 0.79 0.38 0.00 329.1 0.99 0.6
Hex FE 36 9D 0 4F 26 0 149 63 3C
Octal 376 66 235 0 117 46 0 511 143 74
Binary 11111110 110110 10011101 0 1001111 100110 0 101001001 1100011 111100

Color Harmonies of #FE369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE369D

Black with #FE369D

Text Example


Text Example

White with #FE369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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