Html Css Color HEX #F0263B Alizarin

📋 copy color: '#F0263B'

red 240 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #F0263B

Tints of Alizarin #F0263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 71.22%
G = 11.28%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0263B (or 0xF0263B) is known color: Alizarin. HEX triplet: F0, 26 and 3B. RGB value is (240,38,59). Sum of RGB (Red+Green+Blue) = 240+38+59=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263B is #0FD9C4. Grayscale: #646464. Windows color (decimal): -1038789 or 3876592. OLE color: 3876592.

HSL color Cylindrical-coordinate representation of color #F0263B: hue angle of 353.76º 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 #F0263B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 59 -
CMYK 0 0.84 0.75 0.06
HSL 353.76º 0.87% 0.55% -
HSV(B) 353.76º 0.84% 0.94% -
XYZ 37.42 20.23 6.07 -
YUV 100.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 240 38 59 0 0.84 0.75 0.06 353.76 0.87 0.55
Hex F0 26 3B 0 54 4B 6 162 57 37
Octal 360 46 73 0 124 113 6 542 127 67
Binary 11110000 100110 111011 0 1010100 1001011 110 101100010 1010111 110111

Color Harmonies of #F0263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0263B

Black with #F0263B

Text Example


Text Example

White with #F0263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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