Html Css Color HEX #FC3BA6 Wild Strawberry

📋 copy color: '#FC3BA6'

red 252 ◦ green 59 ◦ blue 166

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

Shades of Wild Strawberry #FC3BA6

Tints of Wild Strawberry #FC3BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 52.83%
G = 12.37%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC3BA6 (or 0xFC3BA6) is known color: Wild Strawberry. HEX triplet: FC, 3B and A6. RGB value is (252,59,166). Sum of RGB (Red+Green+Blue) = 252+59+166=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3BA6 is #03C459. Grayscale: #808080. Windows color (decimal): -246874 or 10894332. OLE color: 10894332.

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

Color convert

RGB 252 59 166 -
CMYK 0 0.77 0.34 0.01
HSL 326.74º 0.97% 0.61% -
HSV(B) 326.74º 0.77% 0.99% -
XYZ 48.59 26.58 38.65 -
YUV 128.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 252 59 166 0 0.77 0.34 0.01 326.74 0.97 0.61
Hex FC 3B A6 0 4D 22 1 147 61 3D
Octal 374 73 246 0 115 42 1 507 141 75
Binary 11111100 111011 10100110 0 1001101 100010 1 101000111 1100001 111101

Color Harmonies of #FC3BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3BA6

Black with #FC3BA6

Text Example


Text Example

White with #FC3BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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