Html Css Color HEX #FC4265 Radical Red

📋 copy color: '#FC4265'

red 252 ◦ green 66 ◦ blue 101

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

Shades of Radical Red #FC4265

Tints of Radical Red #FC4265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

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

R = 60.14%
G = 15.75%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4265 (or 0xFC4265) is known color: Radical Red. HEX triplet: FC, 42 and 65. RGB value is (252,66,101). Sum of RGB (Red+Green+Blue) = 252+66+101=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4265 is #03BD9A. Grayscale: #7D7D7D. Windows color (decimal): -245147 or 6636284. OLE color: 6636284.

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

Color convert

RGB 252 66 101 -
CMYK 0 0.74 0.60 0.01
HSL 348.71º 0.97% 0.62% -
HSV(B) 348.71º 0.74% 0.99% -
XYZ 44.44 25.53 14.9 -
YUV 125.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 252 66 101 0 0.74 0.60 0.01 348.71 0.97 0.62
Hex FC 42 65 0 4A 3C 1 15D 61 3E
Octal 374 102 145 0 112 74 1 535 141 76
Binary 11111100 1000010 1100101 0 1001010 111100 1 101011101 1100001 111110

Color Harmonies of #FC4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4265

Black with #FC4265

Text Example


Text Example

White with #FC4265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4265; }

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

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

background-color css

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

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

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

border-color css

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

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

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