Html Css Color HEX #FC2465 Radical Red

📋 copy color: '#FC2465'

red 252 ◦ green 36 ◦ blue 101

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

Shades of Radical Red #FC2465

Tints of Radical Red #FC2465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 64.78%
G = 9.25%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC2465 (or 0xFC2465) is known color: Radical Red. HEX triplet: FC, 24 and 65. RGB value is (252,36,101). Sum of RGB (Red+Green+Blue) = 252+36+101=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2465 is #03DB9A. Grayscale: #6B6B6B. Windows color (decimal): -252827 or 6628604. OLE color: 6628604.

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

Color convert

RGB 252 36 101 -
CMYK 0 0.86 0.60 0.01
HSL 341.94º 0.97% 0.56% -
HSV(B) 341.94º 0.86% 0.99% -
XYZ 43.12 22.9 14.46 -
YUV 107.99 124.06 230.71 -
System Red Green Blue C M Y K H S L
Decimal 252 36 101 0 0.86 0.60 0.01 341.94 0.97 0.56
Hex FC 24 65 0 56 3C 1 156 61 38
Octal 374 44 145 0 126 74 1 526 141 70
Binary 11111100 100100 1100101 0 1010110 111100 1 101010110 1100001 111000

Color Harmonies of #FC2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2465

Black with #FC2465

Text Example


Text Example

White with #FC2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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