Html Css Color HEX #FA3C72 Radical Red

📋 copy color: '#FA3C72'

red 250 ◦ green 60 ◦ blue 114

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

Shades of Radical Red #FA3C72

Tints of Radical Red #FA3C72

RGB

 RED value IS 250 (98.05% from 255) = 58.96%

 GREEN value IS 60 (23.83% from 255) = 14.15%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 58.96%
G = 14.15%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA3C72 (or 0xFA3C72) is known color: Radical Red. HEX triplet: FA, 3C and 72. RGB value is (250,60,114). Sum of RGB (Red+Green+Blue) = 250+60+114=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C72 is #05C38D. Grayscale: #7A7A7A. Windows color (decimal): -377742 or 7486714. OLE color: 7486714.

HSL color Cylindrical-coordinate representation of color #FA3C72: hue angle of 342.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C72 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 114 -
CMYK 0 0.76 0.54 0.02
HSL 342.95º 0.95% 0.61% -
HSV(B) 342.95º 0.76% 0.98% -
XYZ 44.08 24.77 18.38 -
YUV 122.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 250 60 114 0 0.76 0.54 0.02 342.95 0.95 0.61
Hex FA 3C 72 0 4C 36 2 157 5F 3D
Octal 372 74 162 0 114 66 2 527 137 75
Binary 11111010 111100 1110010 0 1001100 110110 10 101010111 1011111 111101

Color Harmonies of #FA3C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C72

Black with #FA3C72

Text Example


Text Example

White with #FA3C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C72; }

 p { color: rgb(250,60,114); }

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

background-color css

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

 a { background-color: rgb(250,60,114); }

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

border-color css

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

 span { border-color: rgb(250,60,114); }

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