Html Css Color HEX #FC4362 Radical Red

📋 copy color: '#FC4362'

red 252 ◦ green 67 ◦ blue 98

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

Shades of Radical Red #FC4362

Tints of Radical Red #FC4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

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

R = 60.43%
G = 16.07%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC4362 (or 0xFC4362) is known color: Radical Red. HEX triplet: FC, 43 and 62. RGB value is (252,67,98). Sum of RGB (Red+Green+Blue) = 252+67+98=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4362 is #03BC9D. Grayscale: #7D7D7D. Windows color (decimal): -244894 or 6439932. OLE color: 6439932.

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

Color convert

RGB 252 67 98 -
CMYK 0 0.73 0.61 0.01
HSL 349.95º 0.97% 0.63% -
HSV(B) 349.95º 0.73% 0.99% -
XYZ 44.36 25.59 14.16 -
YUV 125.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 252 67 98 0 0.73 0.61 0.01 349.95 0.97 0.63
Hex FC 43 62 0 49 3D 1 15E 61 3F
Octal 374 103 142 0 111 75 1 536 141 77
Binary 11111100 1000011 1100010 0 1001001 111101 1 101011110 1100001 111111

Color Harmonies of #FC4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4362

Black with #FC4362

Text Example


Text Example

White with #FC4362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4362; }

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

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

background-color css

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

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

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

border-color css

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

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

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