Html Css Color HEX #FB0F4C Torch Red

📋 copy color: '#FB0F4C'

red 251 ◦ green 15 ◦ blue 76

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

Shades of Torch Red #FB0F4C

Tints of Torch Red #FB0F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.39%

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 73.39%
G = 4.39%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB0F4C (or 0xFB0F4C) is known color: Torch Red. HEX triplet: FB, 0F and 4C. RGB value is (251,15,76). Sum of RGB (Red+Green+Blue) = 251+15+76=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F4C is #04F0B3. Grayscale: #5C5C5C. Windows color (decimal): -323764 or 4984827. OLE color: 4984827.

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

Color convert

RGB 251 15 76 -
CMYK 0 0.94 0.70 0.02
HSL 344.49º 0.97% 0.52% -
HSV(B) 344.49º 0.94% 0.98% -
XYZ 41.26 21.37 8.79 -
YUV 92.52 118.69 241.04 -
System Red Green Blue C M Y K H S L
Decimal 251 15 76 0 0.94 0.70 0.02 344.49 0.97 0.52
Hex FB F 4C 0 5E 46 2 158 61 34
Octal 373 17 114 0 136 106 2 530 141 64
Binary 11111011 1111 1001100 0 1011110 1000110 10 101011000 1100001 110100

Color Harmonies of #FB0F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0F4C

Black with #FB0F4C

Text Example


Text Example

White with #FB0F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0F4C; }

 p { color: rgb(251,15,76); }

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

background-color css

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

 a { background-color: rgb(251,15,76); }

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

border-color css

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

 span { border-color: rgb(251,15,76); }

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