Html Css Color HEX #F43102 Scarlet

📋 copy color: '#F43102'

red 244 ◦ green 49 ◦ blue 2

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

Shades of Scarlet #F43102

Tints of Scarlet #F43102

RGB

 RED value IS 244 (95.7% from 255) = 82.71%

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

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

R = 82.71%
G = 16.61%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F43102 (or 0xF43102) is known color: Scarlet. HEX triplet: F4, 31 and 02. RGB value is (244,49,2). Sum of RGB (Red+Green+Blue) = 244+49+2=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F43102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43102 is #0BCEFD. Grayscale: #666666. Windows color (decimal): -773886 or 143860. OLE color: 143860.

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

Color convert

RGB 244 49 2 -
CMYK 0 0.80 0.99 0.04
HSL 11.65º 0.98% 0.48% -
HSV(B) 11.65º 0.99% 0.96% -
XYZ 38.42 21.43 2.17 -
YUV 101.95 71.6 229.32 -
System Red Green Blue C M Y K H S L
Decimal 244 49 2 0 0.80 0.99 0.04 11.65 0.98 0.48
Hex F4 31 2 0 50 63 4 C 62 30
Octal 364 61 2 0 120 143 4 14 142 60
Binary 11110100 110001 10 0 1010000 1100011 100 1100 1100010 110000

Color Harmonies of #F43102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43102

Black with #F43102

Text Example


Text Example

White with #F43102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43102; }

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

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

background-color css

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

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

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

border-color css

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

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

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