Html Css Color HEX #FC4268 Radical Red

📋 copy color: '#FC4268'

red 252 ◦ green 66 ◦ blue 104

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

Shades of Radical Red #FC4268

Tints of Radical Red #FC4268

RGB

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

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

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

R = 59.72%
G = 15.64%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC4268 (or 0xFC4268) is known color: Radical Red. HEX triplet: FC, 42 and 68. RGB value is (252,66,104). Sum of RGB (Red+Green+Blue) = 252+66+104=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4268 is #03BD97. Grayscale: #7D7D7D. Windows color (decimal): -245144 or 6832892. OLE color: 6832892.

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

Color convert

RGB 252 66 104 -
CMYK 0 0.74 0.59 0.01
HSL 347.74º 0.97% 0.62% -
HSV(B) 347.74º 0.74% 0.99% -
XYZ 44.59 25.59 15.69 -
YUV 125.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 252 66 104 0 0.74 0.59 0.01 347.74 0.97 0.62
Hex FC 42 68 0 4A 3B 1 15C 61 3E
Octal 374 102 150 0 112 73 1 534 141 76
Binary 11111100 1000010 1101000 0 1001010 111011 1 101011100 1100001 111110

Color Harmonies of #FC4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4268

Black with #FC4268

Text Example


Text Example

White with #FC4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4268; }

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

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

background-color css

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

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

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

border-color css

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

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

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