Html Css Color HEX #FC4255 Radical Red

📋 copy color: '#FC4255'

red 252 ◦ green 66 ◦ blue 85

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

Shades of Radical Red #FC4255

Tints of Radical Red #FC4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 62.53%
G = 16.38%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC4255 (or 0xFC4255) is known color: Radical Red. HEX triplet: FC, 42 and 55. RGB value is (252,66,85). Sum of RGB (Red+Green+Blue) = 252+66+85=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4255 is #03BDAA. Grayscale: #7B7B7B. Windows color (decimal): -245163 or 5587708. OLE color: 5587708.

HSL color Cylindrical-coordinate representation of color #FC4255: hue angle of 353.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4255 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 85 -
CMYK 0 0.74 0.66 0.01
HSL 353.87º 0.97% 0.62% -
HSV(B) 353.87º 0.74% 0.99% -
XYZ 43.73 25.25 11.16 -
YUV 123.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 252 66 85 0 0.74 0.66 0.01 353.87 0.97 0.62
Hex FC 42 55 0 4A 42 1 162 61 3E
Octal 374 102 125 0 112 102 1 542 141 76
Binary 11111100 1000010 1010101 0 1001010 1000010 1 101100010 1100001 111110

Color Harmonies of #FC4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4255

Black with #FC4255

Text Example


Text Example

White with #FC4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4255; }

 p { color: rgb(252,66,85); }

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

background-color css

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

 a { background-color: rgb(252,66,85); }

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

border-color css

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

 span { border-color: rgb(252,66,85); }

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