Html Css Color HEX #FA1848 Torch Red

📋 copy color: '#FA1848'

red 250 ◦ green 24 ◦ blue 72

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

Shades of Torch Red #FA1848

Tints of Torch Red #FA1848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 72.25%
G = 6.94%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA1848 (or 0xFA1848) is known color: Torch Red. HEX triplet: FA, 18 and 48. RGB value is (250,24,72). Sum of RGB (Red+Green+Blue) = 250+24+72=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1848 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1848 is #05E7B7. Grayscale: #616161. Windows color (decimal): -387000 or 4724986. OLE color: 4724986.

HSL color Cylindrical-coordinate representation of color #FA1848: hue angle of 347.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1848 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 72 -
CMYK 0 0.90 0.71 0.02
HSL 347.26º 0.96% 0.54% -
HSV(B) 347.26º 0.9% 0.98% -
XYZ 40.92 21.45 8.11 -
YUV 97.05 113.87 237.1 -
System Red Green Blue C M Y K H S L
Decimal 250 24 72 0 0.90 0.71 0.02 347.26 0.96 0.54
Hex FA 18 48 0 5A 47 2 15B 60 36
Octal 372 30 110 0 132 107 2 533 140 66
Binary 11111010 11000 1001000 0 1011010 1000111 10 101011011 1100000 110110

Color Harmonies of #FA1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1848

Black with #FA1848

Text Example


Text Example

White with #FA1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1848; }

 p { color: rgb(250,24,72); }

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

background-color css

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

 a { background-color: rgb(250,24,72); }

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

border-color css

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

 span { border-color: rgb(250,24,72); }

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