Html Css Color HEX #FC286C Radical Red

📋 copy color: '#FC286C'

red 252 ◦ green 40 ◦ blue 108

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

Shades of Radical Red #FC286C

Tints of Radical Red #FC286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 63%
G = 10%
B = 27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC286C (or 0xFC286C) is known color: Radical Red. HEX triplet: FC, 28 and 6C. RGB value is (252,40,108). Sum of RGB (Red+Green+Blue) = 252+40+108=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC286C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC286C is #03D793. Grayscale: #6F6F6F. Windows color (decimal): -251796 or 7088380. OLE color: 7088380.

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

Color convert

RGB 252 40 108 -
CMYK 0 0.84 0.57 0.01
HSL 340.75º 0.97% 0.57% -
HSV(B) 340.75º 0.84% 0.99% -
XYZ 43.61 23.3 16.39 -
YUV 111.14 126.24 228.47 -
System Red Green Blue C M Y K H S L
Decimal 252 40 108 0 0.84 0.57 0.01 340.75 0.97 0.57
Hex FC 28 6C 0 54 39 1 155 61 39
Octal 374 50 154 0 124 71 1 525 141 71
Binary 11111100 101000 1101100 0 1010100 111001 1 101010101 1100001 111001

Color Harmonies of #FC286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC286C

Black with #FC286C

Text Example


Text Example

White with #FC286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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