Html Css Color HEX #FE3591 Wild Strawberry

📋 copy color: '#FE3591'

red 254 ◦ green 53 ◦ blue 145

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

Shades of Wild Strawberry #FE3591

Tints of Wild Strawberry #FE3591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 56.19%
G = 11.73%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE3591 (or 0xFE3591) is known color: Wild Strawberry. HEX triplet: FE, 35 and 91. RGB value is (254,53,145). Sum of RGB (Red+Green+Blue) = 254+53+145=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3591 is #01CA6E. Grayscale: #7B7B7B. Windows color (decimal): -117359 or 9516542. OLE color: 9516542.

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

Color convert

RGB 254 53 145 -
CMYK 0 0.79 0.43 0.00
HSL 332.54º 0.99% 0.6% -
HSV(B) 332.54º 0.79% 1% -
XYZ 47.26 25.66 29.25 -
YUV 123.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 254 53 145 0 0.79 0.43 0.00 332.54 0.99 0.6
Hex FE 35 91 0 4F 2B 0 14D 63 3C
Octal 376 65 221 0 117 53 0 515 143 74
Binary 11111110 110101 10010001 0 1001111 101011 0 101001101 1100011 111100

Color Harmonies of #FE3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3591

Black with #FE3591

Text Example


Text Example

White with #FE3591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3591; }

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

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

background-color css

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

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

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

border-color css

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

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

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