Html Css Color HEX #F62F4B Amaranth

📋 copy color: '#F62F4B'

red 246 ◦ green 47 ◦ blue 75

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

Shades of Amaranth #F62F4B

Tints of Amaranth #F62F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.38%

R = 66.85%
G = 12.77%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F62F4B (or 0xF62F4B) is known color: Amaranth. HEX triplet: F6, 2F and 4B. RGB value is (246,47,75). Sum of RGB (Red+Green+Blue) = 246+47+75=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62F4B is #09D0B4. Grayscale: #6D6D6D. Windows color (decimal): -643253 or 4927478. OLE color: 4927478.

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

Color convert

RGB 246 47 75 -
CMYK 0 0.81 0.70 0.04
HSL 351.56º 0.92% 0.57% -
HSV(B) 351.56º 0.81% 0.96% -
XYZ 40.29 22.13 8.81 -
YUV 109.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 246 47 75 0 0.81 0.70 0.04 351.56 0.92 0.57
Hex F6 2F 4B 0 51 46 4 160 5C 39
Octal 366 57 113 0 121 106 4 540 134 71
Binary 11110110 101111 1001011 0 1010001 1000110 100 101100000 1011100 111001

Color Harmonies of #F62F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F4B

Black with #F62F4B

Text Example


Text Example

White with #F62F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F4B; }

 p { color: rgb(246,47,75); }

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

background-color css

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

 a { background-color: rgb(246,47,75); }

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

border-color css

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

 span { border-color: rgb(246,47,75); }

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