Html Css Color HEX #FA3460 Radical Red

📋 copy color: '#FA3460'

red 250 ◦ green 52 ◦ blue 96

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

Shades of Radical Red #FA3460

Tints of Radical Red #FA3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.07%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 62.81%
G = 13.07%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA3460 (or 0xFA3460) is known color: Radical Red. HEX triplet: FA, 34 and 60. RGB value is (250,52,96). Sum of RGB (Red+Green+Blue) = 250+52+96=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3460 is #05CB9F. Grayscale: #747474. Windows color (decimal): -379808 or 6305018. OLE color: 6305018.

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

Color convert

RGB 250 52 96 -
CMYK 0 0.79 0.62 0.02
HSL 346.67º 0.95% 0.59% -
HSV(B) 346.67º 0.79% 0.98% -
XYZ 42.76 23.62 13.37 -
YUV 116.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 250 52 96 0 0.79 0.62 0.02 346.67 0.95 0.59
Hex FA 34 60 0 4F 3E 2 15B 5F 3B
Octal 372 64 140 0 117 76 2 533 137 73
Binary 11111010 110100 1100000 0 1001111 111110 10 101011011 1011111 111011

Color Harmonies of #FA3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3460

Black with #FA3460

Text Example


Text Example

White with #FA3460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3460; }

 p { color: rgb(250,52,96); }

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

background-color css

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

 a { background-color: rgb(250,52,96); }

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

border-color css

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

 span { border-color: rgb(250,52,96); }

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