Html Css Color HEX #F2134B Torch Red

📋 copy color: '#F2134B'

red 242 ◦ green 19 ◦ blue 75

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

Shades of Torch Red #F2134B

Tints of Torch Red #F2134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 72.02%
G = 5.65%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2134B (or 0xF2134B) is known color: Torch Red. HEX triplet: F2, 13 and 4B. RGB value is (242,19,75). Sum of RGB (Red+Green+Blue) = 242+19+75=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2134B is #0DECB4. Grayscale: #5C5C5C. Windows color (decimal): -912565 or 4920306. OLE color: 4920306.

HSL color Cylindrical-coordinate representation of color #F2134B: hue angle of 344.93º 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 #F2134B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 75 -
CMYK 0 0.92 0.69 0.05
HSL 344.93º 0.9% 0.51% -
HSV(B) 344.93º 0.92% 0.95% -
XYZ 38.12 19.85 8.48 -
YUV 92.06 118.38 234.95 -
System Red Green Blue C M Y K H S L
Decimal 242 19 75 0 0.92 0.69 0.05 344.93 0.9 0.51
Hex F2 13 4B 0 5C 45 5 159 5A 33
Octal 362 23 113 0 134 105 5 531 132 63
Binary 11110010 10011 1001011 0 1011100 1000101 101 101011001 1011010 110011

Color Harmonies of #F2134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2134B

Black with #F2134B

Text Example


Text Example

White with #F2134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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