Html Css Color HEX #FC2A92 Wild Strawberry

📋 copy color: '#FC2A92'

red 252 ◦ green 42 ◦ blue 146

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

Shades of Wild Strawberry #FC2A92

Tints of Wild Strawberry #FC2A92

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

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

R = 57.27%
G = 9.55%
B = 33.18%

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

#FC2A92 (or 0xFC2A92) is known color: Wild Strawberry. HEX triplet: FC, 2A and 92. RGB value is (252,42,146). Sum of RGB (Red+Green+Blue) = 252+42+146=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2A92 is #03D56D. Grayscale: #747474. Windows color (decimal): -251246 or 9579260. OLE color: 9579260.

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

Color convert

RGB 252 42 146 -
CMYK 0 0.83 0.42 0.01
HSL 330.29º 0.97% 0.58% -
HSV(B) 330.29º 0.83% 0.99% -
XYZ 46.16 24.43 29.48 -
YUV 116.65 144.57 224.54 -
System Red Green Blue C M Y K H S L
Decimal 252 42 146 0 0.83 0.42 0.01 330.29 0.97 0.58
Hex FC 2A 92 0 53 2A 1 14A 61 3A
Octal 374 52 222 0 123 52 1 512 141 72
Binary 11111100 101010 10010010 0 1010011 101010 1 101001010 1100001 111010

Color Harmonies of #FC2A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A92

Black with #FC2A92

Text Example


Text Example

White with #FC2A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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