Html Css Color HEX #F0263D Alizarin

📋 copy color: '#F0263D'

red 240 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #F0263D

Tints of Alizarin #F0263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 70.8%
G = 11.21%
B = 17.99%

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

#F0263D (or 0xF0263D) is known color: Alizarin. HEX triplet: F0, 26 and 3D. RGB value is (240,38,61). Sum of RGB (Red+Green+Blue) = 240+38+61=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263D is #0FD9C2. Grayscale: #656565. Windows color (decimal): -1038787 or 4007664. OLE color: 4007664.

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

Color convert

RGB 240 38 61 -
CMYK 0 0.84 0.75 0.06
HSL 353.17º 0.87% 0.55% -
HSV(B) 353.17º 0.84% 0.94% -
XYZ 37.47 20.25 6.35 -
YUV 101.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 240 38 61 0 0.84 0.75 0.06 353.17 0.87 0.55
Hex F0 26 3D 0 54 4B 6 161 57 37
Octal 360 46 75 0 124 113 6 541 127 67
Binary 11110000 100110 111101 0 1010100 1001011 110 101100001 1010111 110111

Color Harmonies of #F0263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0263D

Black with #F0263D

Text Example


Text Example

White with #F0263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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