Html Css Color HEX #F0261A Scarlet

📋 copy color: '#F0261A'

red 240 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #F0261A

Tints of Scarlet #F0261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 78.95%
G = 12.5%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0261A (or 0xF0261A) is known color: Scarlet. HEX triplet: F0, 26 and 1A. RGB value is (240,38,26). Sum of RGB (Red+Green+Blue) = 240+38+26=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0261A is #0FD9E5. Grayscale: #616161. Windows color (decimal): -1038822 or 1713904. OLE color: 1713904.

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

Color convert

RGB 240 38 26 -
CMYK 0 0.84 0.89 0.06
HSL 3.36º 0.88% 0.52% -
HSV(B) 3.36º 0.89% 0.94% -
XYZ 36.81 19.99 2.89 -
YUV 97.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 240 38 26 0 0.84 0.89 0.06 3.36 0.88 0.52
Hex F0 26 1A 0 54 59 6 3 58 34
Octal 360 46 32 0 124 131 6 3 130 64
Binary 11110000 100110 11010 0 1010100 1011001 110 11 1011000 110100

Color Harmonies of #F0261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0261A

Black with #F0261A

Text Example


Text Example

White with #F0261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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