Html Css Color HEX #FC358F Wild Strawberry

📋 copy color: '#FC358F'

red 252 ◦ green 53 ◦ blue 143

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

Shades of Wild Strawberry #FC358F

Tints of Wild Strawberry #FC358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 56.25%
G = 11.83%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC358F (or 0xFC358F) is known color: Wild Strawberry. HEX triplet: FC, 35 and 8F. RGB value is (252,53,143). Sum of RGB (Red+Green+Blue) = 252+53+143=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC358F is #03CA70. Grayscale: #7A7A7A. Windows color (decimal): -248433 or 9385468. OLE color: 9385468.

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

Color convert

RGB 252 53 143 -
CMYK 0 0.79 0.43 0.01
HSL 332.86º 0.97% 0.6% -
HSV(B) 332.86º 0.79% 0.99% -
XYZ 46.38 25.22 28.41 -
YUV 122.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 252 53 143 0 0.79 0.43 0.01 332.86 0.97 0.6
Hex FC 35 8F 0 4F 2B 1 14D 61 3C
Octal 374 65 217 0 117 53 1 515 141 74
Binary 11111100 110101 10001111 0 1001111 101011 1 101001101 1100001 111100

Color Harmonies of #FC358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC358F

Black with #FC358F

Text Example


Text Example

White with #FC358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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