Html Css Color HEX #FC2667 Radical Red

📋 copy color: '#FC2667'

red 252 ◦ green 38 ◦ blue 103

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

Shades of Radical Red #FC2667

Tints of Radical Red #FC2667

RGB

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

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

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

R = 64.12%
G = 9.67%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC2667 (or 0xFC2667) is known color: Radical Red. HEX triplet: FC, 26 and 67. RGB value is (252,38,103). Sum of RGB (Red+Green+Blue) = 252+38+103=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2667 is #03D998. Grayscale: #6D6D6D. Windows color (decimal): -252313 or 6760188. OLE color: 6760188.

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

Color convert

RGB 252 38 103 -
CMYK 0 0.85 0.59 0.01
HSL 341.78º 0.97% 0.57% -
HSV(B) 341.78º 0.85% 0.99% -
XYZ 43.29 23.06 15 -
YUV 109.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 252 38 103 0 0.85 0.59 0.01 341.78 0.97 0.57
Hex FC 26 67 0 55 3B 1 156 61 39
Octal 374 46 147 0 125 73 1 526 141 71
Binary 11111100 100110 1100111 0 1010101 111011 1 101010110 1100001 111001

Color Harmonies of #FC2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2667

Black with #FC2667

Text Example


Text Example

White with #FC2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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