Html Css Color HEX #FA0F07 Red

📋 copy color: '#FA0F07'

red 250 ◦ green 15 ◦ blue 7

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

Shades of Red #FA0F07

Tints of Red #FA0F07

RGB

 RED value IS 250 (98.05% from 255) = 91.91%

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

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 91.91%
G = 5.51%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA0F07 (or 0xFA0F07) is known color: Red. HEX triplet: FA, 0F and 07. RGB value is (250,15,7). Sum of RGB (Red+Green+Blue) = 250+15+7=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0F07 is #05F0F8. Grayscale: #545454. Windows color (decimal): -389369 or 462842. OLE color: 462842.

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

Color convert

RGB 250 15 7 -
CMYK 0 0.94 0.97 0.02
HSL 1.98º 0.96% 0.5% -
HSV(B) 1.98º 0.97% 0.98% -
XYZ 39.63 20.68 2.1 -
YUV 84.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 250 15 7 0 0.94 0.97 0.02 1.98 0.96 0.5
Hex FA F 7 0 5E 61 2 2 60 32
Octal 372 17 7 0 136 141 2 2 140 62
Binary 11111010 1111 111 0 1011110 1100001 10 10 1100000 110010

Color Harmonies of #FA0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F07

Black with #FA0F07

Text Example


Text Example

White with #FA0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F07; }

 p { color: rgb(250,15,7); }

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

background-color css

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

 a { background-color: rgb(250,15,7); }

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

border-color css

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

 span { border-color: rgb(250,15,7); }

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