Html Css Color HEX #F30248 Torch Red

📋 copy color: '#F30248'

red 243 ◦ green 2 ◦ blue 72

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

Shades of Torch Red #F30248

Tints of Torch Red #F30248

RGB

 RED value IS 243 (95.31% from 255) = 76.66%

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 76.66%
G = 0.63%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F30248 (or 0xF30248) is known color: Torch Red. HEX triplet: F3, 02 and 48. RGB value is (243,2,72). Sum of RGB (Red+Green+Blue) = 243+2+72=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30248 is #0CFDB7. Grayscale: #525252. Windows color (decimal): -851384 or 4719347. OLE color: 4719347.

HSL color Cylindrical-coordinate representation of color #F30248: hue angle of 342.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30248 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 2 72 -
CMYK 0 0.99 0.70 0.05
HSL 342.57º 0.98% 0.48% -
HSV(B) 342.57º 0.99% 0.95% -
XYZ 38.15 19.57 7.9 -
YUV 82.04 122.34 242.81 -
System Red Green Blue C M Y K H S L
Decimal 243 2 72 0 0.99 0.70 0.05 342.57 0.98 0.48
Hex F3 2 48 0 63 46 5 157 62 30
Octal 363 2 110 0 143 106 5 527 142 60
Binary 11110011 10 1001000 0 1100011 1000110 101 101010111 1100010 110000

Color Harmonies of #F30248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30248

Black with #F30248

Text Example


Text Example

White with #F30248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30248; }

 p { color: rgb(243,2,72); }

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

background-color css

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

 a { background-color: rgb(243,2,72); }

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

border-color css

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

 span { border-color: rgb(243,2,72); }

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