Html Css Color HEX #FC2D98 Wild Strawberry

📋 copy color: '#FC2D98'

red 252 ◦ green 45 ◦ blue 152

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

Shades of Wild Strawberry #FC2D98

Tints of Wild Strawberry #FC2D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.02%

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 56.12%
G = 10.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2D98 (or 0xFC2D98) is known color: Wild Strawberry. HEX triplet: FC, 2D and 98. RGB value is (252,45,152). Sum of RGB (Red+Green+Blue) = 252+45+152=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D98 is #03D267. Grayscale: #767676. Windows color (decimal): -250472 or 9973244. OLE color: 9973244.

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

Color convert

RGB 252 45 152 -
CMYK 0 0.82 0.40 0.01
HSL 328.99º 0.97% 0.58% -
HSV(B) 328.99º 0.82% 0.99% -
XYZ 46.75 24.84 32.04 -
YUV 119.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 252 45 152 0 0.82 0.40 0.01 328.99 0.97 0.58
Hex FC 2D 98 0 52 28 1 149 61 3A
Octal 374 55 230 0 122 50 1 511 141 72
Binary 11111100 101101 10011000 0 1010010 101000 1 101001001 1100001 111010

Color Harmonies of #FC2D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D98

Black with #FC2D98

Text Example


Text Example

White with #FC2D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D98; }

 p { color: rgb(252,45,152); }

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

background-color css

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

 a { background-color: rgb(252,45,152); }

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

border-color css

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

 span { border-color: rgb(252,45,152); }

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