Html Css Color HEX #FC2992 Wild Strawberry

📋 copy color: '#FC2992'

red 252 ◦ green 41 ◦ blue 146

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

Shades of Wild Strawberry #FC2992

Tints of Wild Strawberry #FC2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.34%

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

R = 57.4%
G = 9.34%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC2992 (or 0xFC2992) is known color: Wild Strawberry. HEX triplet: FC, 29 and 92. RGB value is (252,41,146). Sum of RGB (Red+Green+Blue) = 252+41+146=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2992 is #03D66D. Grayscale: #737373. Windows color (decimal): -251502 or 9579004. OLE color: 9579004.

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

Color convert

RGB 252 41 146 -
CMYK 0 0.84 0.42 0.01
HSL 330.14º 0.97% 0.57% -
HSV(B) 330.14º 0.84% 0.99% -
XYZ 46.13 24.36 29.46 -
YUV 116.06 144.9 224.96 -
System Red Green Blue C M Y K H S L
Decimal 252 41 146 0 0.84 0.42 0.01 330.14 0.97 0.57
Hex FC 29 92 0 54 2A 1 14A 61 39
Octal 374 51 222 0 124 52 1 512 141 71
Binary 11111100 101001 10010010 0 1010100 101010 1 101001010 1100001 111001

Color Harmonies of #FC2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2992

Black with #FC2992

Text Example


Text Example

White with #FC2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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