Html Css Color HEX #FC2C92 Wild Strawberry

📋 copy color: '#FC2C92'

red 252 ◦ green 44 ◦ blue 146

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

Shades of Wild Strawberry #FC2C92

Tints of Wild Strawberry #FC2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.95%

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 57.01%
G = 9.95%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC2C92 (or 0xFC2C92) is known color: Wild Strawberry. HEX triplet: FC, 2C and 92. RGB value is (252,44,146). Sum of RGB (Red+Green+Blue) = 252+44+146=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2C92 is #03D36D. Grayscale: #757575. Windows color (decimal): -250734 or 9579772. OLE color: 9579772.

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

Color convert

RGB 252 44 146 -
CMYK 0 0.83 0.42 0.01
HSL 330.58º 0.97% 0.58% -
HSV(B) 330.58º 0.83% 0.99% -
XYZ 46.23 24.57 29.5 -
YUV 117.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 252 44 146 0 0.83 0.42 0.01 330.58 0.97 0.58
Hex FC 2C 92 0 53 2A 1 14B 61 3A
Octal 374 54 222 0 123 52 1 513 141 72
Binary 11111100 101100 10010010 0 1010011 101010 1 101001011 1100001 111010

Color Harmonies of #FC2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C92

Black with #FC2C92

Text Example


Text Example

White with #FC2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C92; }

 p { color: rgb(252,44,146); }

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

background-color css

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

 a { background-color: rgb(252,44,146); }

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

border-color css

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

 span { border-color: rgb(252,44,146); }

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