Html Css Color HEX #FC4768 Radical Red

📋 copy color: '#FC4768'

red 252 ◦ green 71 ◦ blue 104

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

Shades of Radical Red #FC4768

Tints of Radical Red #FC4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

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

R = 59.02%
G = 16.63%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC4768 (or 0xFC4768) is known color: Radical Red. HEX triplet: FC, 47 and 68. RGB value is (252,71,104). Sum of RGB (Red+Green+Blue) = 252+71+104=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4768 is #03B897. Grayscale: #808080. Windows color (decimal): -243864 or 6834172. OLE color: 6834172.

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

Color convert

RGB 252 71 104 -
CMYK 0 0.72 0.59 0.01
HSL 349.06º 0.97% 0.63% -
HSV(B) 349.06º 0.72% 0.99% -
XYZ 44.9 26.2 15.79 -
YUV 128.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 252 71 104 0 0.72 0.59 0.01 349.06 0.97 0.63
Hex FC 47 68 0 48 3B 1 15D 61 3F
Octal 374 107 150 0 110 73 1 535 141 77
Binary 11111100 1000111 1101000 0 1001000 111011 1 101011101 1100001 111111

Color Harmonies of #FC4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4768

Black with #FC4768

Text Example


Text Example

White with #FC4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4768; }

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

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

background-color css

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

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

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

border-color css

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

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

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