Html Css Color HEX #F62330 Alizarin

📋 copy color: '#F62330'

red 246 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #F62330

Tints of Alizarin #F62330

RGB

 RED value IS 246 (96.48% from 255) = 74.77%

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 74.77%
G = 10.64%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F62330 (or 0xF62330) is known color: Alizarin. HEX triplet: F6, 23 and 30. RGB value is (246,35,48). Sum of RGB (Red+Green+Blue) = 246+35+48=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F62330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62330 is #09DCCF. Grayscale: #636363. Windows color (decimal): -646352 or 3154934. OLE color: 3154934.

HSL color Cylindrical-coordinate representation of color #F62330: hue angle of 356.3º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F62330 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 35 48 -
CMYK 0 0.86 0.80 0.04
HSL 356.3º 0.92% 0.55% -
HSV(B) 356.3º 0.86% 0.96% -
XYZ 39.14 21.01 4.79 -
YUV 99.57 98.9 232.44 -
System Red Green Blue C M Y K H S L
Decimal 246 35 48 0 0.86 0.80 0.04 356.3 0.92 0.55
Hex F6 23 30 0 56 50 4 164 5C 37
Octal 366 43 60 0 126 120 4 544 134 67
Binary 11110110 100011 110000 0 1010110 1010000 100 101100100 1011100 110111

Color Harmonies of #F62330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62330

Black with #F62330

Text Example


Text Example

White with #F62330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62330; }

 p { color: rgb(246,35,48); }

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

background-color css

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

 a { background-color: rgb(246,35,48); }

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

border-color css

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

 span { border-color: rgb(246,35,48); }

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