Html Css Color HEX #F90A4D Torch Red

📋 copy color: '#F90A4D'

red 249 ◦ green 10 ◦ blue 77

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

Shades of Torch Red #F90A4D

Tints of Torch Red #F90A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.98%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 74.11%
G = 2.98%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F90A4D (or 0xF90A4D) is known color: Torch Red. HEX triplet: F9, 0A and 4D. RGB value is (249,10,77). Sum of RGB (Red+Green+Blue) = 249+10+77=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A4D is #06F5B2. Grayscale: #595959. Windows color (decimal): -456115 or 5049081. OLE color: 5049081.

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

Color convert

RGB 249 10 77 -
CMYK 0 0.96 0.69 0.02
HSL 343.18º 0.95% 0.51% -
HSV(B) 343.18º 0.96% 0.98% -
XYZ 40.52 20.89 8.92 -
YUV 89.1 121.18 242.05 -
System Red Green Blue C M Y K H S L
Decimal 249 10 77 0 0.96 0.69 0.02 343.18 0.95 0.51
Hex F9 A 4D 0 60 45 2 157 5F 33
Octal 371 12 115 0 140 105 2 527 137 63
Binary 11111001 1010 1001101 0 1100000 1000101 10 101010111 1011111 110011

Color Harmonies of #F90A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A4D

Black with #F90A4D

Text Example


Text Example

White with #F90A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A4D; }

 p { color: rgb(249,10,77); }

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

background-color css

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

 a { background-color: rgb(249,10,77); }

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

border-color css

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

 span { border-color: rgb(249,10,77); }

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