Html Css Color HEX #FC296E Radical Red

📋 copy color: '#FC296E'

red 252 ◦ green 41 ◦ blue 110

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

Shades of Radical Red #FC296E

Tints of Radical Red #FC296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 62.53%
G = 10.17%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC296E (or 0xFC296E) is known color: Radical Red. HEX triplet: FC, 29 and 6E. RGB value is (252,41,110). Sum of RGB (Red+Green+Blue) = 252+41+110=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC296E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC296E is #03D691. Grayscale: #6F6F6F. Windows color (decimal): -251538 or 7219708. OLE color: 7219708.

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

Color convert

RGB 252 41 110 -
CMYK 0 0.84 0.56 0.01
HSL 340.38º 0.97% 0.57% -
HSV(B) 340.38º 0.84% 0.99% -
XYZ 43.75 23.41 16.96 -
YUV 111.96 126.9 227.89 -
System Red Green Blue C M Y K H S L
Decimal 252 41 110 0 0.84 0.56 0.01 340.38 0.97 0.57
Hex FC 29 6E 0 54 38 1 154 61 39
Octal 374 51 156 0 124 70 1 524 141 71
Binary 11111100 101001 1101110 0 1010100 111000 1 101010100 1100001 111001

Color Harmonies of #FC296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC296E

Black with #FC296E

Text Example


Text Example

White with #FC296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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