Html Css Color HEX #FC4665 Radical Red

📋 copy color: '#FC4665'

red 252 ◦ green 70 ◦ blue 101

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

Shades of Radical Red #FC4665

Tints of Radical Red #FC4665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.55%

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

R = 59.57%
G = 16.55%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4665 (or 0xFC4665) is known color: Radical Red. HEX triplet: FC, 46 and 65. RGB value is (252,70,101). Sum of RGB (Red+Green+Blue) = 252+70+101=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4665 is #03B99A. Grayscale: #808080. Windows color (decimal): -244123 or 6637308. OLE color: 6637308.

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

Color convert

RGB 252 70 101 -
CMYK 0 0.72 0.60 0.01
HSL 349.78º 0.97% 0.63% -
HSV(B) 349.78º 0.72% 0.99% -
XYZ 44.68 26.02 14.98 -
YUV 127.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 252 70 101 0 0.72 0.60 0.01 349.78 0.97 0.63
Hex FC 46 65 0 48 3C 1 15E 61 3F
Octal 374 106 145 0 110 74 1 536 141 77
Binary 11111100 1000110 1100101 0 1001000 111100 1 101011110 1100001 111111

Color Harmonies of #FC4665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4665

Black with #FC4665

Text Example


Text Example

White with #FC4665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4665; }

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

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

background-color css

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

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

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

border-color css

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

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

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