Html Css Color HEX #FC287B Wild Strawberry

📋 copy color: '#FC287B'

red 252 ◦ green 40 ◦ blue 123

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

Shades of Wild Strawberry #FC287B

Tints of Wild Strawberry #FC287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 60.72%
G = 9.64%
B = 29.64%

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

#FC287B (or 0xFC287B) is known color: Wild Strawberry. HEX triplet: FC, 28 and 7B. RGB value is (252,40,123). Sum of RGB (Red+Green+Blue) = 252+40+123=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC287B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC287B is #03D784. Grayscale: #707070. Windows color (decimal): -251781 or 8071420. OLE color: 8071420.

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

Color convert

RGB 252 40 123 -
CMYK 0 0.84 0.51 0.01
HSL 336.51º 0.97% 0.57% -
HSV(B) 336.51º 0.84% 0.99% -
XYZ 44.48 23.64 20.96 -
YUV 112.85 133.74 227.25 -
System Red Green Blue C M Y K H S L
Decimal 252 40 123 0 0.84 0.51 0.01 336.51 0.97 0.57
Hex FC 28 7B 0 54 33 1 151 61 39
Octal 374 50 173 0 124 63 1 521 141 71
Binary 11111100 101000 1111011 0 1010100 110011 1 101010001 1100001 111001

Color Harmonies of #FC287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC287B

Black with #FC287B

Text Example


Text Example

White with #FC287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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