Html Css Color HEX #FC264D Radical Red

📋 copy color: '#FC264D'

red 252 ◦ green 38 ◦ blue 77

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

Shades of Radical Red #FC264D

Tints of Radical Red #FC264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 68.66%
G = 10.35%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC264D (or 0xFC264D) is known color: Radical Red. HEX triplet: FC, 26 and 4D. RGB value is (252,38,77). Sum of RGB (Red+Green+Blue) = 252+38+77=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC264D is #03D9B2. Grayscale: #6A6A6A. Windows color (decimal): -252339 or 5056252. OLE color: 5056252.

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

Color convert

RGB 252 38 77 -
CMYK 0 0.85 0.69 0.01
HSL 349.07º 0.97% 0.57% -
HSV(B) 349.07º 0.85% 0.99% -
XYZ 42.18 22.62 9.16 -
YUV 106.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 252 38 77 0 0.85 0.69 0.01 349.07 0.97 0.57
Hex FC 26 4D 0 55 45 1 15D 61 39
Octal 374 46 115 0 125 105 1 535 141 71
Binary 11111100 100110 1001101 0 1010101 1000101 1 101011101 1100001 111001

Color Harmonies of #FC264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC264D

Black with #FC264D

Text Example


Text Example

White with #FC264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC264D; }

 p { color: rgb(252,38,77); }

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

background-color css

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

 a { background-color: rgb(252,38,77); }

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

border-color css

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

 span { border-color: rgb(252,38,77); }

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