Html Css Color HEX #F30644 Torch Red

📋 copy color: '#F30644'

red 243 ◦ green 6 ◦ blue 68

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

Shades of Torch Red #F30644

Tints of Torch Red #F30644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 76.66%
G = 1.89%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F30644 (or 0xF30644) is known color: Torch Red. HEX triplet: F3, 06 and 44. RGB value is (243,6,68). Sum of RGB (Red+Green+Blue) = 243+6+68=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30644 is #0CF9BB. Grayscale: #535353. Windows color (decimal): -850364 or 4458227. OLE color: 4458227.

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

Color convert

RGB 243 6 68 -
CMYK 0 0.98 0.72 0.05
HSL 344.3º 0.95% 0.49% -
HSV(B) 344.3º 0.98% 0.95% -
XYZ 38.07 19.6 7.25 -
YUV 83.93 119.02 241.46 -
System Red Green Blue C M Y K H S L
Decimal 243 6 68 0 0.98 0.72 0.05 344.3 0.95 0.49
Hex F3 6 44 0 62 48 5 158 5F 31
Octal 363 6 104 0 142 110 5 530 137 61
Binary 11110011 110 1000100 0 1100010 1001000 101 101011000 1011111 110001

Color Harmonies of #F30644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30644

Black with #F30644

Text Example


Text Example

White with #F30644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30644; }

 p { color: rgb(243,6,68); }

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

background-color css

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

 a { background-color: rgb(243,6,68); }

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

border-color css

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

 span { border-color: rgb(243,6,68); }

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