Html Css Color HEX #F0263A Alizarin

📋 copy color: '#F0263A'

red 240 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #F0263A

Tints of Alizarin #F0263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 71.43%
G = 11.31%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0263A (or 0xF0263A) is known color: Alizarin. HEX triplet: F0, 26 and 3A. RGB value is (240,38,58). Sum of RGB (Red+Green+Blue) = 240+38+58=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263A is #0FD9C5. Grayscale: #646464. Windows color (decimal): -1038790 or 3811056. OLE color: 3811056.

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

Color convert

RGB 240 38 58 -
CMYK 0 0.84 0.76 0.06
HSL 354.06º 0.87% 0.55% -
HSV(B) 354.06º 0.84% 0.94% -
XYZ 37.39 20.22 5.93 -
YUV 100.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 240 38 58 0 0.84 0.76 0.06 354.06 0.87 0.55
Hex F0 26 3A 0 54 4C 6 162 57 37
Octal 360 46 72 0 124 114 6 542 127 67
Binary 11110000 100110 111010 0 1010100 1001100 110 101100010 1010111 110111

Color Harmonies of #F0263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0263A

Black with #F0263A

Text Example


Text Example

White with #F0263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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