Html Css Color HEX #FE3896 Wild Strawberry

📋 copy color: '#FE3896'

red 254 ◦ green 56 ◦ blue 150

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

Shades of Wild Strawberry #FE3896

Tints of Wild Strawberry #FE3896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.17%

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 55.22%
G = 12.17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE3896 (or 0xFE3896) is known color: Wild Strawberry. HEX triplet: FE, 38 and 96. RGB value is (254,56,150). Sum of RGB (Red+Green+Blue) = 254+56+150=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3896 is #01C769. Grayscale: #7D7D7D. Windows color (decimal): -116586 or 9844990. OLE color: 9844990.

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

Color convert

RGB 254 56 150 -
CMYK 0 0.78 0.41 0.00
HSL 331.52º 0.99% 0.61% -
HSV(B) 331.52º 0.78% 1% -
XYZ 47.79 26.1 31.37 -
YUV 125.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 254 56 150 0 0.78 0.41 0.00 331.52 0.99 0.61
Hex FE 38 96 0 4E 29 0 14C 63 3D
Octal 376 70 226 0 116 51 0 514 143 75
Binary 11111110 111000 10010110 0 1001110 101001 0 101001100 1100011 111101

Color Harmonies of #FE3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3896

Black with #FE3896

Text Example


Text Example

White with #FE3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3896; }

 p { color: rgb(254,56,150); }

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

background-color css

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

 a { background-color: rgb(254,56,150); }

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

border-color css

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

 span { border-color: rgb(254,56,150); }

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