Html Css Color HEX #FC287C Wild Strawberry

📋 copy color: '#FC287C'

red 252 ◦ green 40 ◦ blue 124

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

Shades of Wild Strawberry #FC287C

Tints of Wild Strawberry #FC287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 60.58%
G = 9.62%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC287C (or 0xFC287C) is known color: Wild Strawberry. HEX triplet: FC, 28 and 7C. RGB value is (252,40,124). Sum of RGB (Red+Green+Blue) = 252+40+124=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC287C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC287C is #03D783. Grayscale: #707070. Windows color (decimal): -251780 or 8136956. OLE color: 8136956.

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

Color convert

RGB 252 40 124 -
CMYK 0 0.84 0.51 0.01
HSL 336.23º 0.97% 0.57% -
HSV(B) 336.23º 0.84% 0.99% -
XYZ 44.54 23.67 21.29 -
YUV 112.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 252 40 124 0 0.84 0.51 0.01 336.23 0.97 0.57
Hex FC 28 7C 0 54 33 1 150 61 39
Octal 374 50 174 0 124 63 1 520 141 71
Binary 11111100 101000 1111100 0 1010100 110011 1 101010000 1100001 111001

Color Harmonies of #FC287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC287C

Black with #FC287C

Text Example


Text Example

White with #FC287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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