Html Css Color HEX #FC2687 Wild Strawberry

📋 copy color: '#FC2687'

red 252 ◦ green 38 ◦ blue 135

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

Shades of Wild Strawberry #FC2687

Tints of Wild Strawberry #FC2687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.94%

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

R = 59.29%
G = 8.94%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC2687 (or 0xFC2687) is known color: Wild Strawberry. HEX triplet: FC, 26 and 87. RGB value is (252,38,135). Sum of RGB (Red+Green+Blue) = 252+38+135=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2687 is #03D978. Grayscale: #707070. Windows color (decimal): -252281 or 8857340. OLE color: 8857340.

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

Color convert

RGB 252 38 135 -
CMYK 0 0.85 0.46 0.01
HSL 332.8º 0.97% 0.57% -
HSV(B) 332.8º 0.85% 0.99% -
XYZ 45.21 23.83 25.14 -
YUV 113.04 140.4 227.11 -
System Red Green Blue C M Y K H S L
Decimal 252 38 135 0 0.85 0.46 0.01 332.8 0.97 0.57
Hex FC 26 87 0 55 2E 1 14D 61 39
Octal 374 46 207 0 125 56 1 515 141 71
Binary 11111100 100110 10000111 0 1010101 101110 1 101001101 1100001 111001

Color Harmonies of #FC2687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2687

Black with #FC2687

Text Example


Text Example

White with #FC2687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2687; }

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

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

background-color css

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

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

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

border-color css

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

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

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