Html Css Color HEX #FC358C Wild Strawberry

📋 copy color: '#FC358C'

red 252 ◦ green 53 ◦ blue 140

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

Shades of Wild Strawberry #FC358C

Tints of Wild Strawberry #FC358C

RGB

 RED value IS 252 (98.83% from 255) = 56.63%

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

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

R = 56.63%
G = 11.91%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC358C (or 0xFC358C) is known color: Wild Strawberry. HEX triplet: FC, 35 and 8C. RGB value is (252,53,140). Sum of RGB (Red+Green+Blue) = 252+53+140=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358C is #03CA73. Grayscale: #7A7A7A. Windows color (decimal): -248436 or 9188860. OLE color: 9188860.

HSL color Cylindrical-coordinate representation of color #FC358C: hue angle of 333.77º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC358C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 53 140 -
CMYK 0 0.79 0.44 0.01
HSL 333.77º 0.97% 0.6% -
HSV(B) 333.77º 0.79% 0.99% -
XYZ 46.15 25.14 27.23 -
YUV 122.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 252 53 140 0 0.79 0.44 0.01 333.77 0.97 0.6
Hex FC 35 8C 0 4F 2C 1 14E 61 3C
Octal 374 65 214 0 117 54 1 516 141 74
Binary 11111100 110101 10001100 0 1001111 101100 1 101001110 1100001 111100

Color Harmonies of #FC358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC358C

Black with #FC358C

Text Example


Text Example

White with #FC358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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