Html Css Color HEX #FC2884 Wild Strawberry

📋 copy color: '#FC2884'

red 252 ◦ green 40 ◦ blue 132

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

Shades of Wild Strawberry #FC2884

Tints of Wild Strawberry #FC2884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 59.43%
G = 9.43%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC2884 (or 0xFC2884) is known color: Wild Strawberry. HEX triplet: FC, 28 and 84. RGB value is (252,40,132). Sum of RGB (Red+Green+Blue) = 252+40+132=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2884 is #03D77B. Grayscale: #717171. Windows color (decimal): -251772 or 8661244. OLE color: 8661244.

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

Color convert

RGB 252 40 132 -
CMYK 0 0.84 0.48 0.01
HSL 333.96º 0.97% 0.57% -
HSV(B) 333.96º 0.84% 0.99% -
XYZ 45.07 23.88 24.06 -
YUV 113.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 252 40 132 0 0.84 0.48 0.01 333.96 0.97 0.57
Hex FC 28 84 0 54 30 1 14E 61 39
Octal 374 50 204 0 124 60 1 516 141 71
Binary 11111100 101000 10000100 0 1010100 110000 1 101001110 1100001 111001

Color Harmonies of #FC2884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2884

Black with #FC2884

Text Example


Text Example

White with #FC2884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2884; }

 p { color: rgb(252,40,132); }

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

background-color css

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

 a { background-color: rgb(252,40,132); }

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

border-color css

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

 span { border-color: rgb(252,40,132); }

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