Html Css Color HEX #FE3895 Wild Strawberry

📋 copy color: '#FE3895'

red 254 ◦ green 56 ◦ blue 149

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

Shades of Wild Strawberry #FE3895

Tints of Wild Strawberry #FE3895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 55.34%
G = 12.2%
B = 32.46%

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

#FE3895 (or 0xFE3895) is known color: Wild Strawberry. HEX triplet: FE, 38 and 95. RGB value is (254,56,149). Sum of RGB (Red+Green+Blue) = 254+56+149=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3895 is #01C76A. Grayscale: #7D7D7D. Windows color (decimal): -116587 or 9779454. OLE color: 9779454.

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

Color convert

RGB 254 56 149 -
CMYK 0 0.78 0.41 0.00
HSL 331.82º 0.99% 0.61% -
HSV(B) 331.82º 0.78% 1% -
XYZ 47.71 26.07 30.95 -
YUV 125.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 254 56 149 0 0.78 0.41 0.00 331.82 0.99 0.61
Hex FE 38 95 0 4E 29 0 14C 63 3D
Octal 376 70 225 0 116 51 0 514 143 75
Binary 11111110 111000 10010101 0 1001110 101001 0 101001100 1100011 111101

Color Harmonies of #FE3895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3895

Black with #FE3895

Text Example


Text Example

White with #FE3895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3895; }

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

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

background-color css

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

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

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

border-color css

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

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

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