Html Css Color HEX #FC4267 Radical Red

📋 copy color: '#FC4267'

red 252 ◦ green 66 ◦ blue 103

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

Shades of Radical Red #FC4267

Tints of Radical Red #FC4267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.47%

R = 59.86%
G = 15.68%
B = 24.47%

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

#FC4267 (or 0xFC4267) is known color: Radical Red. HEX triplet: FC, 42 and 67. RGB value is (252,66,103). Sum of RGB (Red+Green+Blue) = 252+66+103=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4267 is #03BD98. Grayscale: #7D7D7D. Windows color (decimal): -245145 or 6767356. OLE color: 6767356.

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

Color convert

RGB 252 66 103 -
CMYK 0 0.74 0.59 0.01
HSL 348.06º 0.97% 0.62% -
HSV(B) 348.06º 0.74% 0.99% -
XYZ 44.54 25.57 15.42 -
YUV 125.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 252 66 103 0 0.74 0.59 0.01 348.06 0.97 0.62
Hex FC 42 67 0 4A 3B 1 15C 61 3E
Octal 374 102 147 0 112 73 1 534 141 76
Binary 11111100 1000010 1100111 0 1001010 111011 1 101011100 1100001 111110

Color Harmonies of #FC4267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4267

Black with #FC4267

Text Example


Text Example

White with #FC4267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4267; }

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

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

background-color css

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

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

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

border-color css

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

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

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