Html Css Color HEX #F0250B Scarlet

📋 copy color: '#F0250B'

red 240 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #F0250B

Tints of Scarlet #F0250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 83.33%
G = 12.85%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0250B (or 0xF0250B) is known color: Scarlet. HEX triplet: F0, 25 and 0B. RGB value is (240,37,11). Sum of RGB (Red+Green+Blue) = 240+37+11=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0250B is #0FDAF4. Grayscale: #5F5F5F. Windows color (decimal): -1039093 or 730608. OLE color: 730608.

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

Color convert

RGB 240 37 11 -
CMYK 0 0.85 0.95 0.06
HSL 6.81º 0.91% 0.49% -
HSV(B) 6.81º 0.95% 0.94% -
XYZ 36.66 19.87 2.22 -
YUV 94.73 80.75 231.61 -
System Red Green Blue C M Y K H S L
Decimal 240 37 11 0 0.85 0.95 0.06 6.81 0.91 0.49
Hex F0 25 B 0 55 5F 6 7 5B 31
Octal 360 45 13 0 125 137 6 7 133 61
Binary 11110000 100101 1011 0 1010101 1011111 110 111 1011011 110001

Color Harmonies of #F0250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0250B

Black with #F0250B

Text Example


Text Example

White with #F0250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0250B; }

 p { color: rgb(240,37,11); }

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

background-color css

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

 a { background-color: rgb(240,37,11); }

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

border-color css

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

 span { border-color: rgb(240,37,11); }

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