Html Css Color HEX #FC287D Wild Strawberry

📋 copy color: '#FC287D'

red 252 ◦ green 40 ◦ blue 125

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

Shades of Wild Strawberry #FC287D

Tints of Wild Strawberry #FC287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 60.43%
G = 9.59%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC287D (or 0xFC287D) is known color: Wild Strawberry. HEX triplet: FC, 28 and 7D. RGB value is (252,40,125). Sum of RGB (Red+Green+Blue) = 252+40+125=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC287D is #03D782. Grayscale: #707070. Windows color (decimal): -251779 or 8202492. OLE color: 8202492.

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

Color convert

RGB 252 40 125 -
CMYK 0 0.84 0.50 0.01
HSL 335.94º 0.97% 0.57% -
HSV(B) 335.94º 0.84% 0.99% -
XYZ 44.61 23.69 21.62 -
YUV 113.08 134.74 227.09 -
System Red Green Blue C M Y K H S L
Decimal 252 40 125 0 0.84 0.50 0.01 335.94 0.97 0.57
Hex FC 28 7D 0 54 32 1 150 61 39
Octal 374 50 175 0 124 62 1 520 141 71
Binary 11111100 101000 1111101 0 1010100 110010 1 101010000 1100001 111001

Color Harmonies of #FC287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC287D

Black with #FC287D

Text Example


Text Example

White with #FC287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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