Html Css Color HEX #FC2568 Radical Red

📋 copy color: '#FC2568'

red 252 ◦ green 37 ◦ blue 104

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

Shades of Radical Red #FC2568

Tints of Radical Red #FC2568

RGB

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

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

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

R = 64.12%
G = 9.41%
B = 26.46%

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

#FC2568 (or 0xFC2568) is known color: Radical Red. HEX triplet: FC, 25 and 68. RGB value is (252,37,104). Sum of RGB (Red+Green+Blue) = 252+37+104=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2568 is #03DA97. Grayscale: #6C6C6C. Windows color (decimal): -252568 or 6825468. OLE color: 6825468.

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

Color convert

RGB 252 37 104 -
CMYK 0 0.85 0.59 0.01
HSL 341.3º 0.97% 0.57% -
HSV(B) 341.3º 0.85% 0.99% -
XYZ 43.31 23.02 15.26 -
YUV 108.92 125.23 230.05 -
System Red Green Blue C M Y K H S L
Decimal 252 37 104 0 0.85 0.59 0.01 341.3 0.97 0.57
Hex FC 25 68 0 55 3B 1 155 61 39
Octal 374 45 150 0 125 73 1 525 141 71
Binary 11111100 100101 1101000 0 1010101 111011 1 101010101 1100001 111001

Color Harmonies of #FC2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2568

Black with #FC2568

Text Example


Text Example

White with #FC2568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2568; }

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

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

background-color css

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

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

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

border-color css

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

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

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