Html Css Color HEX #FC2968 Radical Red

📋 copy color: '#FC2968'

red 252 ◦ green 41 ◦ blue 104

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

Shades of Radical Red #FC2968

Tints of Radical Red #FC2968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 63.48%
G = 10.33%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC2968 (or 0xFC2968) is known color: Radical Red. HEX triplet: FC, 29 and 68. RGB value is (252,41,104). Sum of RGB (Red+Green+Blue) = 252+41+104=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2968 is #03D697. Grayscale: #6F6F6F. Windows color (decimal): -251544 or 6826492. OLE color: 6826492.

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

Color convert

RGB 252 41 104 -
CMYK 0 0.84 0.59 0.01
HSL 342.09º 0.97% 0.57% -
HSV(B) 342.09º 0.84% 0.99% -
XYZ 43.44 23.28 15.3 -
YUV 111.27 123.9 228.38 -
System Red Green Blue C M Y K H S L
Decimal 252 41 104 0 0.84 0.59 0.01 342.09 0.97 0.57
Hex FC 29 68 0 54 3B 1 156 61 39
Octal 374 51 150 0 124 73 1 526 141 71
Binary 11111100 101001 1101000 0 1010100 111011 1 101010110 1100001 111001

Color Harmonies of #FC2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2968

Black with #FC2968

Text Example


Text Example

White with #FC2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2968; }

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

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

background-color css

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

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

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

border-color css

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

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

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