Html Css Color HEX #FC2468 Radical Red

📋 copy color: '#FC2468'

red 252 ◦ green 36 ◦ blue 104

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

Shades of Radical Red #FC2468

Tints of Radical Red #FC2468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 64.29%
G = 9.18%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC2468 (or 0xFC2468) is known color: Radical Red. HEX triplet: FC, 24 and 68. RGB value is (252,36,104). Sum of RGB (Red+Green+Blue) = 252+36+104=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2468 is #03DB97. Grayscale: #6C6C6C. Windows color (decimal): -252824 or 6825212. OLE color: 6825212.

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

Color convert

RGB 252 36 104 -
CMYK 0 0.86 0.59 0.01
HSL 341.11º 0.97% 0.56% -
HSV(B) 341.11º 0.86% 0.99% -
XYZ 43.27 22.96 15.25 -
YUV 108.34 125.56 230.47 -
System Red Green Blue C M Y K H S L
Decimal 252 36 104 0 0.86 0.59 0.01 341.11 0.97 0.56
Hex FC 24 68 0 56 3B 1 155 61 38
Octal 374 44 150 0 126 73 1 525 141 70
Binary 11111100 100100 1101000 0 1010110 111011 1 101010101 1100001 111000

Color Harmonies of #FC2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2468

Black with #FC2468

Text Example


Text Example

White with #FC2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2468; }

 p { color: rgb(252,36,104); }

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

background-color css

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

 a { background-color: rgb(252,36,104); }

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

border-color css

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

 span { border-color: rgb(252,36,104); }

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