Html Css Color HEX #FC4162 Radical Red

📋 copy color: '#FC4162'

red 252 ◦ green 65 ◦ blue 98

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

Shades of Radical Red #FC4162

Tints of Radical Red #FC4162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 60.72%
G = 15.66%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC4162 (or 0xFC4162) is known color: Radical Red. HEX triplet: FC, 41 and 62. RGB value is (252,65,98). Sum of RGB (Red+Green+Blue) = 252+65+98=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4162 is #03BE9D. Grayscale: #7C7C7C. Windows color (decimal): -245406 or 6439420. OLE color: 6439420.

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

Color convert

RGB 252 65 98 -
CMYK 0 0.74 0.61 0.01
HSL 349.41º 0.97% 0.62% -
HSV(B) 349.41º 0.74% 0.99% -
XYZ 44.24 25.36 14.12 -
YUV 124.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 252 65 98 0 0.74 0.61 0.01 349.41 0.97 0.62
Hex FC 41 62 0 4A 3D 1 15D 61 3E
Octal 374 101 142 0 112 75 1 535 141 76
Binary 11111100 1000001 1100010 0 1001010 111101 1 101011101 1100001 111110

Color Harmonies of #FC4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4162

Black with #FC4162

Text Example


Text Example

White with #FC4162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4162; }

 p { color: rgb(252,65,98); }

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

background-color css

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

 a { background-color: rgb(252,65,98); }

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

border-color css

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

 span { border-color: rgb(252,65,98); }

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