Html Css Color HEX #FC288E Wild Strawberry

📋 copy color: '#FC288E'

red 252 ◦ green 40 ◦ blue 142

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

Shades of Wild Strawberry #FC288E

Tints of Wild Strawberry #FC288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 58.06%
G = 9.22%
B = 32.72%

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

#FC288E (or 0xFC288E) is known color: Wild Strawberry. HEX triplet: FC, 28 and 8E. RGB value is (252,40,142). Sum of RGB (Red+Green+Blue) = 252+40+142=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC288E is #03D771. Grayscale: #727272. Windows color (decimal): -251762 or 9316604. OLE color: 9316604.

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

Color convert

RGB 252 40 142 -
CMYK 0 0.84 0.44 0.01
HSL 331.13º 0.97% 0.57% -
HSV(B) 331.13º 0.84% 0.99% -
XYZ 45.79 24.17 27.84 -
YUV 115.02 143.24 225.71 -
System Red Green Blue C M Y K H S L
Decimal 252 40 142 0 0.84 0.44 0.01 331.13 0.97 0.57
Hex FC 28 8E 0 54 2C 1 14B 61 39
Octal 374 50 216 0 124 54 1 513 141 71
Binary 11111100 101000 10001110 0 1010100 101100 1 101001011 1100001 111001

Color Harmonies of #FC288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC288E

Black with #FC288E

Text Example


Text Example

White with #FC288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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