Html Css Color HEX #FC4568 Radical Red

📋 copy color: '#FC4568'

red 252 ◦ green 69 ◦ blue 104

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

Shades of Radical Red #FC4568

Tints of Radical Red #FC4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

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

R = 59.29%
G = 16.24%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC4568 (or 0xFC4568) is known color: Radical Red. HEX triplet: FC, 45 and 68. RGB value is (252,69,104). Sum of RGB (Red+Green+Blue) = 252+69+104=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4568 is #03BA97. Grayscale: #7F7F7F. Windows color (decimal): -244376 or 6833660. OLE color: 6833660.

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

Color convert

RGB 252 69 104 -
CMYK 0 0.73 0.59 0.01
HSL 348.52º 0.97% 0.63% -
HSV(B) 348.52º 0.73% 0.99% -
XYZ 44.77 25.95 15.75 -
YUV 127.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 252 69 104 0 0.73 0.59 0.01 348.52 0.97 0.63
Hex FC 45 68 0 49 3B 1 15D 61 3F
Octal 374 105 150 0 111 73 1 535 141 77
Binary 11111100 1000101 1101000 0 1001001 111011 1 101011101 1100001 111111

Color Harmonies of #FC4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4568

Black with #FC4568

Text Example


Text Example

White with #FC4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4568; }

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

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

background-color css

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

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

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

border-color css

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

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

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