Html Css Color HEX #FC3BA1 Wild Strawberry

📋 copy color: '#FC3BA1'

red 252 ◦ green 59 ◦ blue 161

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

Shades of Wild Strawberry #FC3BA1

Tints of Wild Strawberry #FC3BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.5%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 53.39%
G = 12.5%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC3BA1 (or 0xFC3BA1) is known color: Wild Strawberry. HEX triplet: FC, 3B and A1. RGB value is (252,59,161). Sum of RGB (Red+Green+Blue) = 252+59+161=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3BA1 is #03C45E. Grayscale: #808080. Windows color (decimal): -246879 or 10566652. OLE color: 10566652.

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

Color convert

RGB 252 59 161 -
CMYK 0 0.77 0.36 0.01
HSL 328.29º 0.97% 0.61% -
HSV(B) 328.29º 0.77% 0.99% -
XYZ 48.14 26.4 36.28 -
YUV 128.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 252 59 161 0 0.77 0.36 0.01 328.29 0.97 0.61
Hex FC 3B A1 0 4D 24 1 148 61 3D
Octal 374 73 241 0 115 44 1 510 141 75
Binary 11111100 111011 10100001 0 1001101 100100 1 101001000 1100001 111101

Color Harmonies of #FC3BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3BA1

Black with #FC3BA1

Text Example


Text Example

White with #FC3BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3BA1; }

 p { color: rgb(252,59,161); }

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

background-color css

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

 a { background-color: rgb(252,59,161); }

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

border-color css

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

 span { border-color: rgb(252,59,161); }

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