Html Css Color HEX #F21348 Torch Red

📋 copy color: '#F21348'

red 242 ◦ green 19 ◦ blue 72

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

Shades of Torch Red #F21348

Tints of Torch Red #F21348

RGB

 RED value IS 242 (94.92% from 255) = 72.67%

 GREEN value IS 19 (7.81% from 255) = 5.71%

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

R = 72.67%
G = 5.71%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F21348 (or 0xF21348) is known color: Torch Red. HEX triplet: F2, 13 and 48. RGB value is (242,19,72). Sum of RGB (Red+Green+Blue) = 242+19+72=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F21348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21348 is #0DECB7. Grayscale: #5B5B5B. Windows color (decimal): -912568 or 4723698. OLE color: 4723698.

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

Color convert

RGB 242 19 72 -
CMYK 0 0.92 0.70 0.05
HSL 345.74º 0.9% 0.51% -
HSV(B) 345.74º 0.92% 0.95% -
XYZ 38.02 19.81 7.95 -
YUV 91.72 116.88 235.19 -
System Red Green Blue C M Y K H S L
Decimal 242 19 72 0 0.92 0.70 0.05 345.74 0.9 0.51
Hex F2 13 48 0 5C 46 5 15A 5A 33
Octal 362 23 110 0 134 106 5 532 132 63
Binary 11110010 10011 1001000 0 1011100 1000110 101 101011010 1011010 110011

Color Harmonies of #F21348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21348

Black with #F21348

Text Example


Text Example

White with #F21348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21348; }

 p { color: rgb(242,19,72); }

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

background-color css

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

 a { background-color: rgb(242,19,72); }

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

border-color css

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

 span { border-color: rgb(242,19,72); }

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