Html Css Color HEX #FC3FA8 Wild Strawberry

📋 copy color: '#FC3FA8'

red 252 ◦ green 63 ◦ blue 168

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

Shades of Wild Strawberry #FC3FA8

Tints of Wild Strawberry #FC3FA8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 52.17%
G = 13.04%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC3FA8 (or 0xFC3FA8) is known color: Wild Strawberry. HEX triplet: FC, 3F and A8. RGB value is (252,63,168). Sum of RGB (Red+Green+Blue) = 252+63+168=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3FA8 is #03C057. Grayscale: #838383. Windows color (decimal): -245848 or 11026428. OLE color: 11026428.

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

Color convert

RGB 252 63 168 -
CMYK 0 0.75 0.33 0.01
HSL 326.67º 0.97% 0.62% -
HSV(B) 326.67º 0.75% 0.99% -
XYZ 48.99 27.08 39.69 -
YUV 131.48 148.62 213.96 -
System Red Green Blue C M Y K H S L
Decimal 252 63 168 0 0.75 0.33 0.01 326.67 0.97 0.62
Hex FC 3F A8 0 4B 21 1 147 61 3E
Octal 374 77 250 0 113 41 1 507 141 76
Binary 11111100 111111 10101000 0 1001011 100001 1 101000111 1100001 111110

Color Harmonies of #FC3FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FA8

Black with #FC3FA8

Text Example


Text Example

White with #FC3FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FA8; }

 p { color: rgb(252,63,168); }

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

background-color css

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

 a { background-color: rgb(252,63,168); }

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

border-color css

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

 span { border-color: rgb(252,63,168); }

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