Html Css Color HEX #FC288D Wild Strawberry

📋 copy color: '#FC288D'

red 252 ◦ green 40 ◦ blue 141

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

Shades of Wild Strawberry #FC288D

Tints of Wild Strawberry #FC288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 58.2%
G = 9.24%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC288D (or 0xFC288D) is known color: Wild Strawberry. HEX triplet: FC, 28 and 8D. RGB value is (252,40,141). Sum of RGB (Red+Green+Blue) = 252+40+141=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC288D is #03D772. Grayscale: #727272. Windows color (decimal): -251763 or 9251068. OLE color: 9251068.

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

Color convert

RGB 252 40 141 -
CMYK 0 0.84 0.44 0.01
HSL 331.42º 0.97% 0.57% -
HSV(B) 331.42º 0.84% 0.99% -
XYZ 45.71 24.14 27.45 -
YUV 114.9 142.74 225.79 -
System Red Green Blue C M Y K H S L
Decimal 252 40 141 0 0.84 0.44 0.01 331.42 0.97 0.57
Hex FC 28 8D 0 54 2C 1 14B 61 39
Octal 374 50 215 0 124 54 1 513 141 71
Binary 11111100 101000 10001101 0 1010100 101100 1 101001011 1100001 111001

Color Harmonies of #FC288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC288D

Black with #FC288D

Text Example


Text Example

White with #FC288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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