Html Css Color HEX #FC4A65 Radical Red

📋 copy color: '#FC4A65'

red 252 ◦ green 74 ◦ blue 101

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

Shades of Radical Red #FC4A65

Tints of Radical Red #FC4A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

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

R = 59.02%
G = 17.33%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4A65 (or 0xFC4A65) is known color: Radical Red. HEX triplet: FC, 4A and 65. RGB value is (252,74,101). Sum of RGB (Red+Green+Blue) = 252+74+101=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A65 is #03B59A. Grayscale: #828282. Windows color (decimal): -243099 or 6638332. OLE color: 6638332.

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

Color convert

RGB 252 74 101 -
CMYK 0 0.71 0.60 0.01
HSL 350.9º 0.97% 0.64% -
HSV(B) 350.9º 0.71% 0.99% -
XYZ 44.94 26.53 15.06 -
YUV 130.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 252 74 101 0 0.71 0.60 0.01 350.9 0.97 0.64
Hex FC 4A 65 0 47 3C 1 15F 61 40
Octal 374 112 145 0 107 74 1 537 141 100
Binary 11111100 1001010 1100101 0 1000111 111100 1 101011111 1100001 1000000

Color Harmonies of #FC4A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A65

Black with #FC4A65

Text Example


Text Example

White with #FC4A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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