Html Css Color HEX #FE359E Wild Strawberry

📋 copy color: '#FE359E'

red 254 ◦ green 53 ◦ blue 158

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

Shades of Wild Strawberry #FE359E

Tints of Wild Strawberry #FE359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 54.62%
G = 11.4%
B = 33.98%

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

#FE359E (or 0xFE359E) is known color: Wild Strawberry. HEX triplet: FE, 35 and 9E. RGB value is (254,53,158). Sum of RGB (Red+Green+Blue) = 254+53+158=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE359E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE359E is #01CA61. Grayscale: #7C7C7C. Windows color (decimal): -117346 or 10368510. OLE color: 10368510.

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

Color convert

RGB 254 53 158 -
CMYK 0 0.79 0.38 0.00
HSL 328.66º 0.99% 0.6% -
HSV(B) 328.66º 0.79% 1% -
XYZ 48.32 26.09 34.84 -
YUV 125.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 254 53 158 0 0.79 0.38 0.00 328.66 0.99 0.6
Hex FE 35 9E 0 4F 26 0 149 63 3C
Octal 376 65 236 0 117 46 0 511 143 74
Binary 11111110 110101 10011110 0 1001111 100110 0 101001001 1100011 111100

Color Harmonies of #FE359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE359E

Black with #FE359E

Text Example


Text Example

White with #FE359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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