Html Css Color HEX #FC2567 Radical Red

📋 copy color: '#FC2567'

red 252 ◦ green 37 ◦ blue 103

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

Shades of Radical Red #FC2567

Tints of Radical Red #FC2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

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

R = 64.29%
G = 9.44%
B = 26.28%

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

#FC2567 (or 0xFC2567) is known color: Radical Red. HEX triplet: FC, 25 and 67. RGB value is (252,37,103). Sum of RGB (Red+Green+Blue) = 252+37+103=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2567 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2567 is #03DA98. Grayscale: #6C6C6C. Windows color (decimal): -252569 or 6759932. OLE color: 6759932.

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

Color convert

RGB 252 37 103 -
CMYK 0 0.85 0.59 0.01
HSL 341.58º 0.97% 0.57% -
HSV(B) 341.58º 0.85% 0.99% -
XYZ 43.25 23 14.99 -
YUV 108.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 252 37 103 0 0.85 0.59 0.01 341.58 0.97 0.57
Hex FC 25 67 0 55 3B 1 156 61 39
Octal 374 45 147 0 125 73 1 526 141 71
Binary 11111100 100101 1100111 0 1010101 111011 1 101010110 1100001 111001

Color Harmonies of #FC2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2567

Black with #FC2567

Text Example


Text Example

White with #FC2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2567; }

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

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

background-color css

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

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

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

border-color css

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

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

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