Html Css Color HEX #FB0D4A Torch Red

📋 copy color: '#FB0D4A'

red 251 ◦ green 13 ◦ blue 74

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

Shades of Torch Red #FB0D4A

Tints of Torch Red #FB0D4A

RGB

 RED value IS 251 (98.44% from 255) = 74.26%

 GREEN value IS 13 (5.47% from 255) = 3.85%

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 74.26%
G = 3.85%
B = 21.89%

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

#FB0D4A (or 0xFB0D4A) is known color: Torch Red. HEX triplet: FB, 0D and 4A. RGB value is (251,13,74). Sum of RGB (Red+Green+Blue) = 251+13+74=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D4A is #04F2B5. Grayscale: #5B5B5B. Windows color (decimal): -324278 or 4853243. OLE color: 4853243.

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

Color convert

RGB 251 13 74 -
CMYK 0 0.95 0.71 0.02
HSL 344.62º 0.97% 0.52% -
HSV(B) 344.62º 0.95% 0.98% -
XYZ 41.16 21.29 8.42 -
YUV 91.12 118.35 242.04 -
System Red Green Blue C M Y K H S L
Decimal 251 13 74 0 0.95 0.71 0.02 344.62 0.97 0.52
Hex FB D 4A 0 5F 47 2 159 61 34
Octal 373 15 112 0 137 107 2 531 141 64
Binary 11111011 1101 1001010 0 1011111 1000111 10 101011001 1100001 110100

Color Harmonies of #FB0D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0D4A

Black with #FB0D4A

Text Example


Text Example

White with #FB0D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0D4A; }

 p { color: rgb(251,13,74); }

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

background-color css

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

 a { background-color: rgb(251,13,74); }

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

border-color css

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

 span { border-color: rgb(251,13,74); }

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