Html Css Color HEX #F02530 Alizarin

📋 copy color: '#F02530'

red 240 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #F02530

Tints of Alizarin #F02530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 73.85%
G = 11.38%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F02530 (or 0xF02530) is known color: Alizarin. HEX triplet: F0, 25 and 30. RGB value is (240,37,48). Sum of RGB (Red+Green+Blue) = 240+37+48=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F02530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02530 is #0FDACF. Grayscale: #636363. Windows color (decimal): -1039056 or 3155440. OLE color: 3155440.

HSL color Cylindrical-coordinate representation of color #F02530: hue angle of 356.75º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02530 is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 48 -
CMYK 0 0.85 0.8 0.06
HSL 356.75º 0.87% 0.54% -
HSV(B) 356.75º 0.85% 0.94% -
XYZ 37.13 20.06 4.71 -
YUV 98.95 99.25 228.61 -
System Red Green Blue C M Y K H S L
Decimal 240 37 48 0 0.85 0.8 0.06 356.75 0.87 0.54
Hex F0 25 30 0 55 50 6 165 57 36
Octal 360 45 60 0 125 120 6 545 127 66
Binary 11110000 100101 110000 0 1010101 1010000 110 101100101 1010111 110110

Color Harmonies of #F02530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02530

Black with #F02530

Text Example


Text Example

White with #F02530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02530; }

 p { color: rgb(240,37,48); }

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

background-color css

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

 a { background-color: rgb(240,37,48); }

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

border-color css

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

 span { border-color: rgb(240,37,48); }

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