Html Css Color HEX #FC309C Wild Strawberry

📋 copy color: '#FC309C'

red 252 ◦ green 48 ◦ blue 156

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

Shades of Wild Strawberry #FC309C

Tints of Wild Strawberry #FC309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

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

R = 55.26%
G = 10.53%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC309C (or 0xFC309C) is known color: Wild Strawberry. HEX triplet: FC, 30 and 9C. RGB value is (252,48,156). Sum of RGB (Red+Green+Blue) = 252+48+156=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC309C is #03CF63. Grayscale: #797979. Windows color (decimal): -249700 or 10236156. OLE color: 10236156.

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

Color convert

RGB 252 48 156 -
CMYK 0 0.81 0.38 0.01
HSL 328.24º 0.97% 0.59% -
HSV(B) 328.24º 0.81% 0.99% -
XYZ 47.2 25.21 33.83 -
YUV 121.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 252 48 156 0 0.81 0.38 0.01 328.24 0.97 0.59
Hex FC 30 9C 0 51 26 1 148 61 3B
Octal 374 60 234 0 121 46 1 510 141 73
Binary 11111100 110000 10011100 0 1010001 100110 1 101001000 1100001 111011

Color Harmonies of #FC309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC309C

Black with #FC309C

Text Example


Text Example

White with #FC309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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