Html Css Color HEX #FA3074 Radical Red

📋 copy color: '#FA3074'

red 250 ◦ green 48 ◦ blue 116

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

Shades of Radical Red #FA3074

Tints of Radical Red #FA3074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.59%

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

R = 60.39%
G = 11.59%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA3074 (or 0xFA3074) is known color: Radical Red. HEX triplet: FA, 30 and 74. RGB value is (250,48,116). Sum of RGB (Red+Green+Blue) = 250+48+116=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3074 is #05CF8B. Grayscale: #747474. Windows color (decimal): -380812 or 7614714. OLE color: 7614714.

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

Color convert

RGB 250 48 116 -
CMYK 0 0.81 0.54 0.02
HSL 339.8º 0.95% 0.58% -
HSV(B) 339.8º 0.81% 0.98% -
XYZ 43.63 23.7 18.8 -
YUV 116.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 250 48 116 0 0.81 0.54 0.02 339.8 0.95 0.58
Hex FA 30 74 0 51 36 2 154 5F 3A
Octal 372 60 164 0 121 66 2 524 137 72
Binary 11111010 110000 1110100 0 1010001 110110 10 101010100 1011111 111010

Color Harmonies of #FA3074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3074

Black with #FA3074

Text Example


Text Example

White with #FA3074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3074; }

 p { color: rgb(250,48,116); }

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

background-color css

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

 a { background-color: rgb(250,48,116); }

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

border-color css

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

 span { border-color: rgb(250,48,116); }

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