Html Css Color HEX #FC37A2 Wild Strawberry

📋 copy color: '#FC37A2'

red 252 ◦ green 55 ◦ blue 162

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

Shades of Wild Strawberry #FC37A2

Tints of Wild Strawberry #FC37A2

RGB

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

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

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

R = 53.73%
G = 11.73%
B = 34.54%

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

#FC37A2 (or 0xFC37A2) is known color: Wild Strawberry. HEX triplet: FC, 37 and A2. RGB value is (252,55,162). Sum of RGB (Red+Green+Blue) = 252+55+162=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37A2 is #03C85D. Grayscale: #7D7D7D. Windows color (decimal): -247902 or 10631164. OLE color: 10631164.

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

Color convert

RGB 252 55 162 -
CMYK 0 0.78 0.36 0.01
HSL 327.41º 0.97% 0.6% -
HSV(B) 327.41º 0.78% 0.99% -
XYZ 48.03 26.04 36.68 -
YUV 126.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 252 55 162 0 0.78 0.36 0.01 327.41 0.97 0.6
Hex FC 37 A2 0 4E 24 1 147 61 3C
Octal 374 67 242 0 116 44 1 507 141 74
Binary 11111100 110111 10100010 0 1001110 100100 1 101000111 1100001 111100

Color Harmonies of #FC37A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37A2

Black with #FC37A2

Text Example


Text Example

White with #FC37A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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