Html Css Color HEX #FC37A1 Wild Strawberry

📋 copy color: '#FC37A1'

red 252 ◦ green 55 ◦ blue 161

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

Shades of Wild Strawberry #FC37A1

Tints of Wild Strawberry #FC37A1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.75%

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

R = 53.85%
G = 11.75%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC37A1 (or 0xFC37A1) is known color: Wild Strawberry. HEX triplet: FC, 37 and A1. RGB value is (252,55,161). Sum of RGB (Red+Green+Blue) = 252+55+161=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37A1 is #03C85E. Grayscale: #7D7D7D. Windows color (decimal): -247903 or 10565628. OLE color: 10565628.

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

Color convert

RGB 252 55 161 -
CMYK 0 0.78 0.36 0.01
HSL 327.72º 0.97% 0.6% -
HSV(B) 327.72º 0.78% 0.99% -
XYZ 47.94 26 36.21 -
YUV 125.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 252 55 161 0 0.78 0.36 0.01 327.72 0.97 0.6
Hex FC 37 A1 0 4E 24 1 148 61 3C
Octal 374 67 241 0 116 44 1 510 141 74
Binary 11111100 110111 10100001 0 1001110 100100 1 101001000 1100001 111100

Color Harmonies of #FC37A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37A1

Black with #FC37A1

Text Example


Text Example

White with #FC37A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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