Html Css Color HEX #FC309E Wild Strawberry

📋 copy color: '#FC309E'

red 252 ◦ green 48 ◦ blue 158

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

Shades of Wild Strawberry #FC309E

Tints of Wild Strawberry #FC309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 55.02%
G = 10.48%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC309E (or 0xFC309E) is known color: Wild Strawberry. HEX triplet: FC, 30 and 9E. RGB value is (252,48,158). Sum of RGB (Red+Green+Blue) = 252+48+158=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC309E is #03CF61. Grayscale: #797979. Windows color (decimal): -249698 or 10367228. OLE color: 10367228.

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

Color convert

RGB 252 48 158 -
CMYK 0 0.81 0.37 0.01
HSL 327.65º 0.97% 0.59% -
HSV(B) 327.65º 0.81% 0.99% -
XYZ 47.37 25.28 34.73 -
YUV 121.54 148.59 221.06 -
System Red Green Blue C M Y K H S L
Decimal 252 48 158 0 0.81 0.37 0.01 327.65 0.97 0.59
Hex FC 30 9E 0 51 25 1 148 61 3B
Octal 374 60 236 0 121 45 1 510 141 73
Binary 11111100 110000 10011110 0 1010001 100101 1 101001000 1100001 111011

Color Harmonies of #FC309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC309E

Black with #FC309E

Text Example


Text Example

White with #FC309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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