Html Css Color HEX #F82F3C Alizarin

📋 copy color: '#F82F3C'

red 248 ◦ green 47 ◦ blue 60

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

Shades of Alizarin #F82F3C

Tints of Alizarin #F82F3C

RGB

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

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

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

R = 69.86%
G = 13.24%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F82F3C (or 0xF82F3C) is known color: Alizarin. HEX triplet: F8, 2F and 3C. RGB value is (248,47,60). Sum of RGB (Red+Green+Blue) = 248+47+60=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82F3C is #07D0C3. Grayscale: #6C6C6C. Windows color (decimal): -512196 or 3944440. OLE color: 3944440.

HSL color Cylindrical-coordinate representation of color #F82F3C: hue angle of 356.12º 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 #F82F3C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 47 60 -
CMYK 0 0.81 0.76 0.03
HSL 356.12º 0.93% 0.58% -
HSV(B) 356.12º 0.81% 0.97% -
XYZ 40.54 22.32 6.45 -
YUV 108.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 248 47 60 0 0.81 0.76 0.03 356.12 0.93 0.58
Hex F8 2F 3C 0 51 4C 3 164 5D 3A
Octal 370 57 74 0 121 114 3 544 135 72
Binary 11111000 101111 111100 0 1010001 1001100 11 101100100 1011101 111010

Color Harmonies of #F82F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F3C

Black with #F82F3C

Text Example


Text Example

White with #F82F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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