Html Css Color HEX #FC3375 Radical Red

📋 copy color: '#FC3375'

red 252 ◦ green 51 ◦ blue 117

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

Shades of Radical Red #FC3375

Tints of Radical Red #FC3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.14%

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

R = 60%
G = 12.14%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3375 (or 0xFC3375) is known color: Radical Red. HEX triplet: FC, 33 and 75. RGB value is (252,51,117). Sum of RGB (Red+Green+Blue) = 252+51+117=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3375 is #03CC8A. Grayscale: #767676. Windows color (decimal): -248971 or 7681020. OLE color: 7681020.

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

Color convert

RGB 252 51 117 -
CMYK 0 0.80 0.54 0.01
HSL 340.3º 0.97% 0.59% -
HSV(B) 340.3º 0.8% 0.99% -
XYZ 44.54 24.35 19.18 -
YUV 118.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 252 51 117 0 0.80 0.54 0.01 340.3 0.97 0.59
Hex FC 33 75 0 50 36 1 154 61 3B
Octal 374 63 165 0 120 66 1 524 141 73
Binary 11111100 110011 1110101 0 1010000 110110 1 101010100 1100001 111011

Color Harmonies of #FC3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3375

Black with #FC3375

Text Example


Text Example

White with #FC3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3375; }

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

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

background-color css

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

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

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

border-color css

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

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

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