Html Css Color HEX #F82F30 Alizarin

📋 copy color: '#F82F30'

red 248 ◦ green 47 ◦ blue 48

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

Shades of Alizarin #F82F30

Tints of Alizarin #F82F30

RGB

 RED value IS 248 (97.27% from 255) = 72.3%

 GREEN value IS 47 (18.75% from 255) = 13.7%

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

R = 72.3%
G = 13.7%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F82F30 (or 0xF82F30) is known color: Alizarin. HEX triplet: F8, 2F and 30. RGB value is (248,47,48). Sum of RGB (Red+Green+Blue) = 248+47+48=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82F30 is #07D0CF. Grayscale: #6B6B6B. Windows color (decimal): -512208 or 3158008. OLE color: 3158008.

HSL color Cylindrical-coordinate representation of color #F82F30: hue angle of 359.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82F30 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 47 48 -
CMYK 0 0.81 0.81 0.03
HSL 359.7º 0.93% 0.58% -
HSV(B) 359.7º 0.81% 0.97% -
XYZ 40.26 22.2 4.96 -
YUV 107.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 248 47 48 0 0.81 0.81 0.03 359.7 0.93 0.58
Hex F8 2F 30 0 51 51 3 168 5D 3A
Octal 370 57 60 0 121 121 3 550 135 72
Binary 11111000 101111 110000 0 1010001 1010001 11 101101000 1011101 111010

Color Harmonies of #F82F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F30

Black with #F82F30

Text Example


Text Example

White with #F82F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F30; }

 p { color: rgb(248,47,48); }

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

background-color css

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

 a { background-color: rgb(248,47,48); }

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

border-color css

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

 span { border-color: rgb(248,47,48); }

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