Html Css Color HEX #FC2259 Radical Red

📋 copy color: '#FC2259'

red 252 ◦ green 34 ◦ blue 89

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

Shades of Radical Red #FC2259

Tints of Radical Red #FC2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.07%

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 67.2%
G = 9.07%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC2259 (or 0xFC2259) is known color: Radical Red. HEX triplet: FC, 22 and 59. RGB value is (252,34,89). Sum of RGB (Red+Green+Blue) = 252+34+89=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2259 is #03DDA6. Grayscale: #696969. Windows color (decimal): -253351 or 5841660. OLE color: 5841660.

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

Color convert

RGB 252 34 89 -
CMYK 0 0.87 0.65 0.01
HSL 344.86º 0.97% 0.56% -
HSV(B) 344.86º 0.87% 0.99% -
XYZ 42.52 22.56 11.56 -
YUV 105.45 118.72 232.53 -
System Red Green Blue C M Y K H S L
Decimal 252 34 89 0 0.87 0.65 0.01 344.86 0.97 0.56
Hex FC 22 59 0 57 41 1 159 61 38
Octal 374 42 131 0 127 101 1 531 141 70
Binary 11111100 100010 1011001 0 1010111 1000001 1 101011001 1100001 111000

Color Harmonies of #FC2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2259

Black with #FC2259

Text Example


Text Example

White with #FC2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2259; }

 p { color: rgb(252,34,89); }

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

background-color css

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

 a { background-color: rgb(252,34,89); }

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

border-color css

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

 span { border-color: rgb(252,34,89); }

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