Html Css Color HEX #FC349C Wild Strawberry

📋 copy color: '#FC349C'

red 252 ◦ green 52 ◦ blue 156

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

Shades of Wild Strawberry #FC349C

Tints of Wild Strawberry #FC349C

RGB

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

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

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

R = 54.78%
G = 11.3%
B = 33.91%

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

#FC349C (or 0xFC349C) is known color: Wild Strawberry. HEX triplet: FC, 34 and 9C. RGB value is (252,52,156). Sum of RGB (Red+Green+Blue) = 252+52+156=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC349C is #03CB63. Grayscale: #7B7B7B. Windows color (decimal): -248676 or 10237180. OLE color: 10237180.

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

Color convert

RGB 252 52 156 -
CMYK 0 0.79 0.38 0.01
HSL 328.8º 0.97% 0.6% -
HSV(B) 328.8º 0.79% 0.99% -
XYZ 47.37 25.55 33.89 -
YUV 123.66 146.26 219.54 -
System Red Green Blue C M Y K H S L
Decimal 252 52 156 0 0.79 0.38 0.01 328.8 0.97 0.6
Hex FC 34 9C 0 4F 26 1 149 61 3C
Octal 374 64 234 0 117 46 1 511 141 74
Binary 11111100 110100 10011100 0 1001111 100110 1 101001001 1100001 111100

Color Harmonies of #FC349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC349C

Black with #FC349C

Text Example


Text Example

White with #FC349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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