Html Css Color HEX #F0260A Scarlet

📋 copy color: '#F0260A'

red 240 ◦ green 38 ◦ blue 10

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

Shades of Scarlet #F0260A

Tints of Scarlet #F0260A

RGB

 RED value IS 240 (94.14% from 255) = 83.33%

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 10 (4.3% from 255) = 3.47%

R = 83.33%
G = 13.19%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0260A (or 0xF0260A) is known color: Scarlet. HEX triplet: F0, 26 and 0A. RGB value is (240,38,10). Sum of RGB (Red+Green+Blue) = 240+38+10=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0260A is #0FD9F5. Grayscale: #5F5F5F. Windows color (decimal): -1038838 or 665328. OLE color: 665328.

HSL color Cylindrical-coordinate representation of color #F0260A: hue angle of 7.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0260A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 10 -
CMYK 0 0.84 0.96 0.06
HSL 7.3º 0.92% 0.49% -
HSV(B) 7.3º 0.96% 0.94% -
XYZ 36.68 19.93 2.2 -
YUV 95.21 79.92 231.28 -
System Red Green Blue C M Y K H S L
Decimal 240 38 10 0 0.84 0.96 0.06 7.3 0.92 0.49
Hex F0 26 A 0 54 60 6 7 5C 31
Octal 360 46 12 0 124 140 6 7 134 61
Binary 11110000 100110 1010 0 1010100 1100000 110 111 1011100 110001

Color Harmonies of #F0260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0260A

Black with #F0260A

Text Example


Text Example

White with #F0260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0260A; }

 p { color: rgb(240,38,10); }

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

background-color css

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

 a { background-color: rgb(240,38,10); }

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

border-color css

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

 span { border-color: rgb(240,38,10); }

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