Html Css Color HEX #FC285D Radical Red

📋 copy color: '#FC285D'

red 252 ◦ green 40 ◦ blue 93

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

Shades of Radical Red #FC285D

Tints of Radical Red #FC285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 65.45%
G = 10.39%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC285D (or 0xFC285D) is known color: Radical Red. HEX triplet: FC, 28 and 5D. RGB value is (252,40,93). Sum of RGB (Red+Green+Blue) = 252+40+93=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC285D is #03D7A2. Grayscale: #6D6D6D. Windows color (decimal): -251811 or 6105340. OLE color: 6105340.

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

Color convert

RGB 252 40 93 -
CMYK 0 0.84 0.63 0.01
HSL 345º 0.97% 0.57% -
HSV(B) 345º 0.84% 0.99% -
XYZ 42.88 23 12.54 -
YUV 109.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 252 40 93 0 0.84 0.63 0.01 345 0.97 0.57
Hex FC 28 5D 0 54 3F 1 159 61 39
Octal 374 50 135 0 124 77 1 531 141 71
Binary 11111100 101000 1011101 0 1010100 111111 1 101011001 1100001 111001

Color Harmonies of #FC285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC285D

Black with #FC285D

Text Example


Text Example

White with #FC285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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