Html Css Color HEX #F0262E Alizarin

📋 copy color: '#F0262E'

red 240 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #F0262E

Tints of Alizarin #F0262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 74.07%
G = 11.73%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0262E (or 0xF0262E) is known color: Alizarin. HEX triplet: F0, 26 and 2E. RGB value is (240,38,46). Sum of RGB (Red+Green+Blue) = 240+38+46=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0262E is #0FD9D1. Grayscale: #636363. Windows color (decimal): -1038802 or 3024624. OLE color: 3024624.

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

Color convert

RGB 240 38 46 -
CMYK 0 0.84 0.81 0.06
HSL 357.62º 0.87% 0.55% -
HSV(B) 357.62º 0.84% 0.94% -
XYZ 37.12 20.11 4.51 -
YUV 99.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 240 38 46 0 0.84 0.81 0.06 357.62 0.87 0.55
Hex F0 26 2E 0 54 51 6 166 57 37
Octal 360 46 56 0 124 121 6 546 127 67
Binary 11110000 100110 101110 0 1010100 1010001 110 101100110 1010111 110111

Color Harmonies of #F0262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0262E

Black with #F0262E

Text Example


Text Example

White with #F0262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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