Html Css Color HEX #FA2F05 Scarlet

📋 copy color: '#FA2F05'

red 250 ◦ green 47 ◦ blue 5

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

Shades of Scarlet #FA2F05

Tints of Scarlet #FA2F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 82.78%
G = 15.56%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA2F05 (or 0xFA2F05) is known color: Scarlet. HEX triplet: FA, 2F and 05. RGB value is (250,47,5). Sum of RGB (Red+Green+Blue) = 250+47+5=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2F05 is #05D0FA. Grayscale: #676767. Windows color (decimal): -381179 or 339962. OLE color: 339962.

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

Color convert

RGB 250 47 5 -
CMYK 0 0.81 0.98 0.02
HSL 10.29º 0.96% 0.5% -
HSV(B) 10.29º 0.98% 0.98% -
XYZ 40.47 22.37 2.33 -
YUV 102.91 72.75 232.92 -
System Red Green Blue C M Y K H S L
Decimal 250 47 5 0 0.81 0.98 0.02 10.29 0.96 0.5
Hex FA 2F 5 0 51 62 2 A 60 32
Octal 372 57 5 0 121 142 2 12 140 62
Binary 11111010 101111 101 0 1010001 1100010 10 1010 1100000 110010

Color Harmonies of #FA2F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F05

Black with #FA2F05

Text Example


Text Example

White with #FA2F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F05; }

 p { color: rgb(250,47,5); }

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

background-color css

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

 a { background-color: rgb(250,47,5); }

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

border-color css

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

 span { border-color: rgb(250,47,5); }

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