Html Css Color HEX #FC2762 Radical Red

📋 copy color: '#FC2762'

red 252 ◦ green 39 ◦ blue 98

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

Shades of Radical Red #FC2762

Tints of Radical Red #FC2762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 64.78%
G = 10.03%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC2762 (or 0xFC2762) is known color: Radical Red. HEX triplet: FC, 27 and 62. RGB value is (252,39,98). Sum of RGB (Red+Green+Blue) = 252+39+98=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2762 is #03D89D. Grayscale: #6D6D6D. Windows color (decimal): -252062 or 6432764. OLE color: 6432764.

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

Color convert

RGB 252 39 98 -
CMYK 0 0.85 0.61 0.01
HSL 343.38º 0.97% 0.57% -
HSV(B) 343.38º 0.85% 0.99% -
XYZ 43.08 23.03 13.73 -
YUV 109.41 121.57 229.7 -
System Red Green Blue C M Y K H S L
Decimal 252 39 98 0 0.85 0.61 0.01 343.38 0.97 0.57
Hex FC 27 62 0 55 3D 1 157 61 39
Octal 374 47 142 0 125 75 1 527 141 71
Binary 11111100 100111 1100010 0 1010101 111101 1 101010111 1100001 111001

Color Harmonies of #FC2762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2762

Black with #FC2762

Text Example


Text Example

White with #FC2762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2762; }

 p { color: rgb(252,39,98); }

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

background-color css

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

 a { background-color: rgb(252,39,98); }

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

border-color css

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

 span { border-color: rgb(252,39,98); }

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