Html Css Color HEX #FA4360 Radical Red

📋 copy color: '#FA4360'

red 250 ◦ green 67 ◦ blue 96

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

Shades of Radical Red #FA4360

Tints of Radical Red #FA4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.22%

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

R = 60.53%
G = 16.22%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA4360 (or 0xFA4360) is known color: Radical Red. HEX triplet: FA, 43 and 60. RGB value is (250,67,96). Sum of RGB (Red+Green+Blue) = 250+67+96=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4360 is #05BC9F. Grayscale: #7D7D7D. Windows color (decimal): -375968 or 6308858. OLE color: 6308858.

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

Color convert

RGB 250 67 96 -
CMYK 0 0.73 0.62 0.02
HSL 350.49º 0.95% 0.62% -
HSV(B) 350.49º 0.73% 0.98% -
XYZ 43.54 25.18 13.63 -
YUV 125.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 250 67 96 0 0.73 0.62 0.02 350.49 0.95 0.62
Hex FA 43 60 0 49 3E 2 15E 5F 3E
Octal 372 103 140 0 111 76 2 536 137 76
Binary 11111010 1000011 1100000 0 1001001 111110 10 101011110 1011111 111110

Color Harmonies of #FA4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4360

Black with #FA4360

Text Example


Text Example

White with #FA4360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4360; }

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

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

background-color css

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

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

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

border-color css

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

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

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