Html Css Color HEX #FC3575 Radical Red

📋 copy color: '#FC3575'

red 252 ◦ green 53 ◦ blue 117

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

Shades of Radical Red #FC3575

Tints of Radical Red #FC3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.56%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 59.72%
G = 12.56%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3575 (or 0xFC3575) is known color: Radical Red. HEX triplet: FC, 35 and 75. RGB value is (252,53,117). Sum of RGB (Red+Green+Blue) = 252+53+117=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3575 is #03CA8A. Grayscale: #777777. Windows color (decimal): -248459 or 7681532. OLE color: 7681532.

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

Color convert

RGB 252 53 117 -
CMYK 0 0.79 0.54 0.01
HSL 340.7º 0.97% 0.6% -
HSV(B) 340.7º 0.79% 0.99% -
XYZ 44.63 24.53 19.21 -
YUV 119.8 126.43 222.3 -
System Red Green Blue C M Y K H S L
Decimal 252 53 117 0 0.79 0.54 0.01 340.7 0.97 0.6
Hex FC 35 75 0 4F 36 1 155 61 3C
Octal 374 65 165 0 117 66 1 525 141 74
Binary 11111100 110101 1110101 0 1001111 110110 1 101010101 1100001 111100

Color Harmonies of #FC3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3575

Black with #FC3575

Text Example


Text Example

White with #FC3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3575; }

 p { color: rgb(252,53,117); }

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

background-color css

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

 a { background-color: rgb(252,53,117); }

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

border-color css

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

 span { border-color: rgb(252,53,117); }

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