Html Css Color HEX #FA233C Torch Red

📋 copy color: '#FA233C'

red 250 ◦ green 35 ◦ blue 60

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

Shades of Torch Red #FA233C

Tints of Torch Red #FA233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 72.46%
G = 10.14%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA233C (or 0xFA233C) is known color: Torch Red. HEX triplet: FA, 23 and 3C. RGB value is (250,35,60). Sum of RGB (Red+Green+Blue) = 250+35+60=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA233C is #05DCC3. Grayscale: #666666. Windows color (decimal): -384196 or 3941370. OLE color: 3941370.

HSL color Cylindrical-coordinate representation of color #FA233C: hue angle of 353.02º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA233C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 35 60 -
CMYK 0 0.86 0.76 0.02
HSL 353.02º 0.96% 0.56% -
HSV(B) 353.02º 0.86% 0.98% -
XYZ 40.84 21.85 6.34 -
YUV 102.14 104.23 233.47 -
System Red Green Blue C M Y K H S L
Decimal 250 35 60 0 0.86 0.76 0.02 353.02 0.96 0.56
Hex FA 23 3C 0 56 4C 2 161 60 38
Octal 372 43 74 0 126 114 2 541 140 70
Binary 11111010 100011 111100 0 1010110 1001100 10 101100001 1100000 111000

Color Harmonies of #FA233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA233C

Black with #FA233C

Text Example


Text Example

White with #FA233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA233C; }

 p { color: rgb(250,35,60); }

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

background-color css

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

 a { background-color: rgb(250,35,60); }

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

border-color css

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

 span { border-color: rgb(250,35,60); }

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