Html Css Color HEX #FA4155 Radical Red

📋 copy color: '#FA4155'

red 250 ◦ green 65 ◦ blue 85

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

Shades of Radical Red #FA4155

Tints of Radical Red #FA4155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 62.5%
G = 16.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA4155 (or 0xFA4155) is known color: Radical Red. HEX triplet: FA, 41 and 55. RGB value is (250,65,85). Sum of RGB (Red+Green+Blue) = 250+65+85=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4155 is #05BEAA. Grayscale: #7A7A7A. Windows color (decimal): -376491 or 5587450. OLE color: 5587450.

HSL color Cylindrical-coordinate representation of color #FA4155: hue angle of 353.51º 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 #FA4155 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 85 -
CMYK 0 0.74 0.66 0.02
HSL 353.51º 0.95% 0.62% -
HSV(B) 353.51º 0.74% 0.98% -
XYZ 42.95 24.76 11.11 -
YUV 122.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 250 65 85 0 0.74 0.66 0.02 353.51 0.95 0.62
Hex FA 41 55 0 4A 42 2 162 5F 3E
Octal 372 101 125 0 112 102 2 542 137 76
Binary 11111010 1000001 1010101 0 1001010 1000010 10 101100010 1011111 111110

Color Harmonies of #FA4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4155

Black with #FA4155

Text Example


Text Example

White with #FA4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4155; }

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

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

background-color css

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

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

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

border-color css

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

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

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