Html Css Color HEX #FA416C Radical Red

📋 copy color: '#FA416C'

red 250 ◦ green 65 ◦ blue 108

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

Shades of Radical Red #FA416C

Tints of Radical Red #FA416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 59.1%
G = 15.37%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA416C (or 0xFA416C) is known color: Radical Red. HEX triplet: FA, 41 and 6C. RGB value is (250,65,108). Sum of RGB (Red+Green+Blue) = 250+65+108=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA416C is #05BE93. Grayscale: #7D7D7D. Windows color (decimal): -376468 or 7094778. OLE color: 7094778.

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

Color convert

RGB 250 65 108 -
CMYK 0 0.74 0.57 0.02
HSL 346.05º 0.95% 0.62% -
HSV(B) 346.05º 0.74% 0.98% -
XYZ 44.02 25.19 16.73 -
YUV 125.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 250 65 108 0 0.74 0.57 0.02 346.05 0.95 0.62
Hex FA 41 6C 0 4A 39 2 15A 5F 3E
Octal 372 101 154 0 112 71 2 532 137 76
Binary 11111010 1000001 1101100 0 1001010 111001 10 101011010 1011111 111110

Color Harmonies of #FA416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA416C

Black with #FA416C

Text Example


Text Example

White with #FA416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA416C; }

 p { color: rgb(250,65,108); }

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

background-color css

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

 a { background-color: rgb(250,65,108); }

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

border-color css

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

 span { border-color: rgb(250,65,108); }

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