Html Css Color HEX #F0263F Alizarin

📋 copy color: '#F0263F'

red 240 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #F0263F

Tints of Alizarin #F0263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.48%

R = 70.38%
G = 11.14%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0263F (or 0xF0263F) is known color: Alizarin. HEX triplet: F0, 26 and 3F. RGB value is (240,38,63). Sum of RGB (Red+Green+Blue) = 240+38+63=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263F is #0FD9C0. Grayscale: #656565. Windows color (decimal): -1038785 or 4138736. OLE color: 4138736.

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

Color convert

RGB 240 38 63 -
CMYK 0 0.84 0.74 0.06
HSL 352.57º 0.87% 0.55% -
HSV(B) 352.57º 0.84% 0.94% -
XYZ 37.53 20.27 6.64 -
YUV 101.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 240 38 63 0 0.84 0.74 0.06 352.57 0.87 0.55
Hex F0 26 3F 0 54 4A 6 161 57 37
Octal 360 46 77 0 124 112 6 541 127 67
Binary 11110000 100110 111111 0 1010100 1001010 110 101100001 1010111 110111

Color Harmonies of #F0263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0263F

Black with #F0263F

Text Example


Text Example

White with #F0263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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