Html Css Color HEX #FC3FA2 Wild Strawberry

📋 copy color: '#FC3FA2'

red 252 ◦ green 63 ◦ blue 162

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

Shades of Wild Strawberry #FC3FA2

Tints of Wild Strawberry #FC3FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 52.83%
G = 13.21%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC3FA2 (or 0xFC3FA2) is known color: Wild Strawberry. HEX triplet: FC, 3F and A2. RGB value is (252,63,162). Sum of RGB (Red+Green+Blue) = 252+63+162=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3FA2 is #03C05D. Grayscale: #828282. Windows color (decimal): -245854 or 10633212. OLE color: 10633212.

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

Color convert

RGB 252 63 162 -
CMYK 0 0.75 0.36 0.01
HSL 328.57º 0.97% 0.62% -
HSV(B) 328.57º 0.75% 0.99% -
XYZ 48.44 26.86 36.81 -
YUV 130.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 252 63 162 0 0.75 0.36 0.01 328.57 0.97 0.62
Hex FC 3F A2 0 4B 24 1 149 61 3E
Octal 374 77 242 0 113 44 1 511 141 76
Binary 11111100 111111 10100010 0 1001011 100100 1 101001001 1100001 111110

Color Harmonies of #FC3FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FA2

Black with #FC3FA2

Text Example


Text Example

White with #FC3FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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