Html Css Color HEX #FC2887 Wild Strawberry

📋 copy color: '#FC2887'

red 252 ◦ green 40 ◦ blue 135

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

Shades of Wild Strawberry #FC2887

Tints of Wild Strawberry #FC2887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 59.02%
G = 9.37%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC2887 (or 0xFC2887) is known color: Wild Strawberry. HEX triplet: FC, 28 and 87. RGB value is (252,40,135). Sum of RGB (Red+Green+Blue) = 252+40+135=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2887 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2887 is #03D778. Grayscale: #727272. Windows color (decimal): -251769 or 8857852. OLE color: 8857852.

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

Color convert

RGB 252 40 135 -
CMYK 0 0.84 0.46 0.01
HSL 333.11º 0.97% 0.57% -
HSV(B) 333.11º 0.84% 0.99% -
XYZ 45.28 23.96 25.16 -
YUV 114.22 139.74 226.28 -
System Red Green Blue C M Y K H S L
Decimal 252 40 135 0 0.84 0.46 0.01 333.11 0.97 0.57
Hex FC 28 87 0 54 2E 1 14D 61 39
Octal 374 50 207 0 124 56 1 515 141 71
Binary 11111100 101000 10000111 0 1010100 101110 1 101001101 1100001 111001

Color Harmonies of #FC2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2887

Black with #FC2887

Text Example


Text Example

White with #FC2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2887; }

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

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

background-color css

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

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

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

border-color css

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

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

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