Html Css Color HEX #F93102 Scarlet

📋 copy color: '#F93102'

red 249 ◦ green 49 ◦ blue 2

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

Shades of Scarlet #F93102

Tints of Scarlet #F93102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 83%
G = 16.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F93102 (or 0xF93102) is known color: Scarlet. HEX triplet: F9, 31 and 02. RGB value is (249,49,2). Sum of RGB (Red+Green+Blue) = 249+49+2=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F93102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93102 is #06CEFD. Grayscale: #676767. Windows color (decimal): -446206 or 143865. OLE color: 143865.

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

Color convert

RGB 249 49 2 -
CMYK 0 0.80 0.99 0.02
HSL 11.42º 0.98% 0.49% -
HSV(B) 11.42º 0.99% 0.98% -
XYZ 40.18 22.34 2.25 -
YUV 103.44 70.76 231.82 -
System Red Green Blue C M Y K H S L
Decimal 249 49 2 0 0.80 0.99 0.02 11.42 0.98 0.49
Hex F9 31 2 0 50 63 2 B 62 31
Octal 371 61 2 0 120 143 2 13 142 61
Binary 11111001 110001 10 0 1010000 1100011 10 1011 1100010 110001

Color Harmonies of #F93102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93102

Black with #F93102

Text Example


Text Example

White with #F93102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93102; }

 p { color: rgb(249,49,2); }

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

background-color css

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

 a { background-color: rgb(249,49,2); }

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

border-color css

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

 span { border-color: rgb(249,49,2); }

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