Html Css Color HEX #FC349D Wild Strawberry

📋 copy color: '#FC349D'

red 252 ◦ green 52 ◦ blue 157

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

Shades of Wild Strawberry #FC349D

Tints of Wild Strawberry #FC349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.28%

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 54.66%
G = 11.28%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC349D (or 0xFC349D) is known color: Wild Strawberry. HEX triplet: FC, 34 and 9D. RGB value is (252,52,157). Sum of RGB (Red+Green+Blue) = 252+52+157=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC349D is #03CB62. Grayscale: #7B7B7B. Windows color (decimal): -248675 or 10302716. OLE color: 10302716.

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

Color convert

RGB 252 52 157 -
CMYK 0 0.79 0.38 0.01
HSL 328.5º 0.97% 0.6% -
HSV(B) 328.5º 0.79% 0.99% -
XYZ 47.46 25.59 34.34 -
YUV 123.77 146.76 219.46 -
System Red Green Blue C M Y K H S L
Decimal 252 52 157 0 0.79 0.38 0.01 328.5 0.97 0.6
Hex FC 34 9D 0 4F 26 1 148 61 3C
Octal 374 64 235 0 117 46 1 510 141 74
Binary 11111100 110100 10011101 0 1001111 100110 1 101001000 1100001 111100

Color Harmonies of #FC349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC349D

Black with #FC349D

Text Example


Text Example

White with #FC349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC349D; }

 p { color: rgb(252,52,157); }

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

background-color css

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

 a { background-color: rgb(252,52,157); }

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

border-color css

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

 span { border-color: rgb(252,52,157); }

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