Html Css Color HEX #FC288B Wild Strawberry

📋 copy color: '#FC288B'

red 252 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #FC288B

Tints of Wild Strawberry #FC288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 58.47%
G = 9.28%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC288B (or 0xFC288B) is known color: Wild Strawberry. HEX triplet: FC, 28 and 8B. RGB value is (252,40,139). Sum of RGB (Red+Green+Blue) = 252+40+139=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC288B is #03D774. Grayscale: #727272. Windows color (decimal): -251765 or 9119996. OLE color: 9119996.

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

Color convert

RGB 252 40 139 -
CMYK 0 0.84 0.45 0.01
HSL 331.98º 0.97% 0.57% -
HSV(B) 331.98º 0.84% 0.99% -
XYZ 45.56 24.08 26.67 -
YUV 114.67 141.74 225.95 -
System Red Green Blue C M Y K H S L
Decimal 252 40 139 0 0.84 0.45 0.01 331.98 0.97 0.57
Hex FC 28 8B 0 54 2D 1 14C 61 39
Octal 374 50 213 0 124 55 1 514 141 71
Binary 11111100 101000 10001011 0 1010100 101101 1 101001100 1100001 111001

Color Harmonies of #FC288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC288B

Black with #FC288B

Text Example


Text Example

White with #FC288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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