Html Css Color HEX #FE359C Wild Strawberry

📋 copy color: '#FE359C'

red 254 ◦ green 53 ◦ blue 156

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

Shades of Wild Strawberry #FE359C

Tints of Wild Strawberry #FE359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 54.86%
G = 11.45%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE359C (or 0xFE359C) is known color: Wild Strawberry. HEX triplet: FE, 35 and 9C. RGB value is (254,53,156). Sum of RGB (Red+Green+Blue) = 254+53+156=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE359C is #01CA63. Grayscale: #7C7C7C. Windows color (decimal): -117348 or 10237438. OLE color: 10237438.

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

Color convert

RGB 254 53 156 -
CMYK 0 0.79 0.39 0.00
HSL 329.25º 0.99% 0.6% -
HSV(B) 329.25º 0.79% 1% -
XYZ 48.15 26.02 33.94 -
YUV 124.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 254 53 156 0 0.79 0.39 0.00 329.25 0.99 0.6
Hex FE 35 9C 0 4F 27 0 149 63 3C
Octal 376 65 234 0 117 47 0 511 143 74
Binary 11111110 110101 10011100 0 1001111 100111 0 101001001 1100011 111100

Color Harmonies of #FE359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE359C

Black with #FE359C

Text Example


Text Example

White with #FE359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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