Html Css Color HEX #F0263C Alizarin

📋 copy color: '#F0263C'

red 240 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #F0263C

Tints of Alizarin #F0263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 71.01%
G = 11.24%
B = 17.75%

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

#F0263C (or 0xF0263C) is known color: Alizarin. HEX triplet: F0, 26 and 3C. RGB value is (240,38,60). Sum of RGB (Red+Green+Blue) = 240+38+60=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263C is #0FD9C3. Grayscale: #656565. Windows color (decimal): -1038788 or 3942128. OLE color: 3942128.

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

Color convert

RGB 240 38 60 -
CMYK 0 0.84 0.75 0.06
HSL 353.47º 0.87% 0.55% -
HSV(B) 353.47º 0.84% 0.94% -
XYZ 37.44 20.24 6.21 -
YUV 100.91 104.92 227.21 -
System Red Green Blue C M Y K H S L
Decimal 240 38 60 0 0.84 0.75 0.06 353.47 0.87 0.55
Hex F0 26 3C 0 54 4B 6 161 57 37
Octal 360 46 74 0 124 113 6 541 127 67
Binary 11110000 100110 111100 0 1010100 1001011 110 101100001 1010111 110111

Color Harmonies of #F0263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0263C

Black with #F0263C

Text Example


Text Example

White with #F0263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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