Html Css Color HEX #FC3BA2 Wild Strawberry

📋 copy color: '#FC3BA2'

red 252 ◦ green 59 ◦ blue 162

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

Shades of Wild Strawberry #FC3BA2

Tints of Wild Strawberry #FC3BA2

RGB

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

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

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

R = 53.28%
G = 12.47%
B = 34.25%

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

#FC3BA2 (or 0xFC3BA2) is known color: Wild Strawberry. HEX triplet: FC, 3B and A2. RGB value is (252,59,162). Sum of RGB (Red+Green+Blue) = 252+59+162=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3BA2 is #03C45D. Grayscale: #808080. Windows color (decimal): -246878 or 10632188. OLE color: 10632188.

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

Color convert

RGB 252 59 162 -
CMYK 0 0.77 0.36 0.01
HSL 327.98º 0.97% 0.61% -
HSV(B) 327.98º 0.77% 0.99% -
XYZ 48.23 26.43 36.74 -
YUV 128.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 252 59 162 0 0.77 0.36 0.01 327.98 0.97 0.61
Hex FC 3B A2 0 4D 24 1 148 61 3D
Octal 374 73 242 0 115 44 1 510 141 75
Binary 11111100 111011 10100010 0 1001101 100100 1 101001000 1100001 111101

Color Harmonies of #FC3BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3BA2

Black with #FC3BA2

Text Example


Text Example

White with #FC3BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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