Html Css Color HEX #FC3E74 Radical Red

📋 copy color: '#FC3E74'

red 252 ◦ green 62 ◦ blue 116

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

Shades of Radical Red #FC3E74

Tints of Radical Red #FC3E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.42%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 58.6%
G = 14.42%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3E74 (or 0xFC3E74) is known color: Radical Red. HEX triplet: FC, 3E and 74. RGB value is (252,62,116). Sum of RGB (Red+Green+Blue) = 252+62+116=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E74 is #03C18B. Grayscale: #7C7C7C. Windows color (decimal): -246156 or 7618300. OLE color: 7618300.

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

Color convert

RGB 252 62 116 -
CMYK 0 0.75 0.54 0.01
HSL 342.95º 0.97% 0.62% -
HSV(B) 342.95º 0.75% 0.99% -
XYZ 45.02 25.4 19.05 -
YUV 124.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 252 62 116 0 0.75 0.54 0.01 342.95 0.97 0.62
Hex FC 3E 74 0 4B 36 1 157 61 3E
Octal 374 76 164 0 113 66 1 527 141 76
Binary 11111100 111110 1110100 0 1001011 110110 1 101010111 1100001 111110

Color Harmonies of #FC3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E74

Black with #FC3E74

Text Example


Text Example

White with #FC3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E74; }

 p { color: rgb(252,62,116); }

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

background-color css

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

 a { background-color: rgb(252,62,116); }

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

border-color css

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

 span { border-color: rgb(252,62,116); }

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