Html Css Color HEX #FE3595 Wild Strawberry

📋 copy color: '#FE3595'

red 254 ◦ green 53 ◦ blue 149

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

Shades of Wild Strawberry #FE3595

Tints of Wild Strawberry #FE3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.62%

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

R = 55.7%
G = 11.62%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE3595 (or 0xFE3595) is known color: Wild Strawberry. HEX triplet: FE, 35 and 95. RGB value is (254,53,149). Sum of RGB (Red+Green+Blue) = 254+53+149=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3595 is #01CA6A. Grayscale: #7B7B7B. Windows color (decimal): -117355 or 9778686. OLE color: 9778686.

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

Color convert

RGB 254 53 149 -
CMYK 0 0.79 0.41 0.00
HSL 331.34º 0.99% 0.6% -
HSV(B) 331.34º 0.79% 1% -
XYZ 47.57 25.79 30.9 -
YUV 124.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 254 53 149 0 0.79 0.41 0.00 331.34 0.99 0.6
Hex FE 35 95 0 4F 29 0 14B 63 3C
Octal 376 65 225 0 117 51 0 513 143 74
Binary 11111110 110101 10010101 0 1001111 101001 0 101001011 1100011 111100

Color Harmonies of #FE3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3595

Black with #FE3595

Text Example


Text Example

White with #FE3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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