Html Css Color HEX #FE358C Wild Strawberry

📋 copy color: '#FE358C'

red 254 ◦ green 53 ◦ blue 140

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

Shades of Wild Strawberry #FE358C

Tints of Wild Strawberry #FE358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 56.82%
G = 11.86%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE358C (or 0xFE358C) is known color: Wild Strawberry. HEX triplet: FE, 35 and 8C. RGB value is (254,53,140). Sum of RGB (Red+Green+Blue) = 254+53+140=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE358C is #01CA73. Grayscale: #7A7A7A. Windows color (decimal): -117364 or 9188862. OLE color: 9188862.

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

Color convert

RGB 254 53 140 -
CMYK 0 0.79 0.45 0.00
HSL 334.03º 0.99% 0.6% -
HSV(B) 334.03º 0.79% 1% -
XYZ 46.88 25.51 27.26 -
YUV 123.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 254 53 140 0 0.79 0.45 0.00 334.03 0.99 0.6
Hex FE 35 8C 0 4F 2D 0 14E 63 3C
Octal 376 65 214 0 117 55 0 516 143 74
Binary 11111110 110101 10001100 0 1001111 101101 0 101001110 1100011 111100

Color Harmonies of #FE358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE358C

Black with #FE358C

Text Example


Text Example

White with #FE358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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