Html Css Color HEX #FC2E86 Wild Strawberry

📋 copy color: '#FC2E86'

red 252 ◦ green 46 ◦ blue 134

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

Shades of Wild Strawberry #FC2E86

Tints of Wild Strawberry #FC2E86

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 58.33%
G = 10.65%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC2E86 (or 0xFC2E86) is known color: Wild Strawberry. HEX triplet: FC, 2E and 86. RGB value is (252,46,134). Sum of RGB (Red+Green+Blue) = 252+46+134=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2E86 is #03D179. Grayscale: #757575. Windows color (decimal): -250234 or 8793852. OLE color: 8793852.

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

Color convert

RGB 252 46 134 -
CMYK 0 0.82 0.47 0.01
HSL 334.37º 0.97% 0.58% -
HSV(B) 334.37º 0.82% 0.99% -
XYZ 45.42 24.37 24.86 -
YUV 117.63 137.25 223.84 -
System Red Green Blue C M Y K H S L
Decimal 252 46 134 0 0.82 0.47 0.01 334.37 0.97 0.58
Hex FC 2E 86 0 52 2F 1 14E 61 3A
Octal 374 56 206 0 122 57 1 516 141 72
Binary 11111100 101110 10000110 0 1010010 101111 1 101001110 1100001 111010

Color Harmonies of #FC2E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2E86

Black with #FC2E86

Text Example


Text Example

White with #FC2E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2E86; }

 p { color: rgb(252,46,134); }

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

background-color css

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

 a { background-color: rgb(252,46,134); }

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

border-color css

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

 span { border-color: rgb(252,46,134); }

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