Html Css Color HEX #F90C47 Torch Red

📋 copy color: '#F90C47'

red 249 ◦ green 12 ◦ blue 71

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

Shades of Torch Red #F90C47

Tints of Torch Red #F90C47

RGB

 RED value IS 249 (97.66% from 255) = 75%

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 75%
G = 3.61%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F90C47 (or 0xF90C47) is known color: Torch Red. HEX triplet: F9, 0C and 47. RGB value is (249,12,71). Sum of RGB (Red+Green+Blue) = 249+12+71=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90C47 is #06F3B8. Grayscale: #595959. Windows color (decimal): -455609 or 4656377. OLE color: 4656377.

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

Color convert

RGB 249 12 71 -
CMYK 0 0.95 0.71 0.02
HSL 345.06º 0.95% 0.51% -
HSV(B) 345.06º 0.95% 0.98% -
XYZ 40.34 20.86 7.86 -
YUV 89.59 117.52 241.7 -
System Red Green Blue C M Y K H S L
Decimal 249 12 71 0 0.95 0.71 0.02 345.06 0.95 0.51
Hex F9 C 47 0 5F 47 2 159 5F 33
Octal 371 14 107 0 137 107 2 531 137 63
Binary 11111001 1100 1000111 0 1011111 1000111 10 101011001 1011111 110011

Color Harmonies of #F90C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C47

Black with #F90C47

Text Example


Text Example

White with #F90C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C47; }

 p { color: rgb(249,12,71); }

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

background-color css

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

 a { background-color: rgb(249,12,71); }

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

border-color css

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

 span { border-color: rgb(249,12,71); }

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