Html Css Color HEX #F23106 Scarlet

📋 copy color: '#F23106'

red 242 ◦ green 49 ◦ blue 6

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

Shades of Scarlet #F23106

Tints of Scarlet #F23106

RGB

 RED value IS 242 (94.92% from 255) = 81.48%

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

 BLUE value IS 6 (2.73% from 255) = 2.02%

R = 81.48%
G = 16.5%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23106 (or 0xF23106) is known color: Scarlet. HEX triplet: F2, 31 and 06. RGB value is (242,49,6). Sum of RGB (Red+Green+Blue) = 242+49+6=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F23106 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23106 is #0DCEF9. Grayscale: #666666. Windows color (decimal): -904954 or 406002. OLE color: 406002.

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

Color convert

RGB 242 49 6 -
CMYK 0 0.80 0.98 0.05
HSL 10.93º 0.95% 0.49% -
HSV(B) 10.93º 0.98% 0.95% -
XYZ 37.75 21.09 2.25 -
YUV 101.81 73.94 228 -
System Red Green Blue C M Y K H S L
Decimal 242 49 6 0 0.80 0.98 0.05 10.93 0.95 0.49
Hex F2 31 6 0 50 62 5 B 5F 31
Octal 362 61 6 0 120 142 5 13 137 61
Binary 11110010 110001 110 0 1010000 1100010 101 1011 1011111 110001

Color Harmonies of #F23106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23106

Black with #F23106

Text Example


Text Example

White with #F23106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23106; }

 p { color: rgb(242,49,6); }

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

background-color css

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

 a { background-color: rgb(242,49,6); }

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

border-color css

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

 span { border-color: rgb(242,49,6); }

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