Html Css Color HEX #F6234B Amaranth

📋 copy color: '#F6234B'

red 246 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #F6234B

Tints of Amaranth #F6234B

RGB

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

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

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

R = 69.1%
G = 9.83%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6234B (or 0xF6234B) is known color: Amaranth. HEX triplet: F6, 23 and 4B. RGB value is (246,35,75). Sum of RGB (Red+Green+Blue) = 246+35+75=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6234B is #09DCB4. Grayscale: #666666. Windows color (decimal): -646325 or 4924406. OLE color: 4924406.

HSL color Cylindrical-coordinate representation of color #F6234B: hue angle of 348.63º 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 #F6234B is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 35 75 -
CMYK 0 0.86 0.70 0.04
HSL 348.63º 0.92% 0.55% -
HSV(B) 348.63º 0.86% 0.96% -
XYZ 39.88 21.3 8.67 -
YUV 102.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 246 35 75 0 0.86 0.70 0.04 348.63 0.92 0.55
Hex F6 23 4B 0 56 46 4 15D 5C 37
Octal 366 43 113 0 126 106 4 535 134 67
Binary 11110110 100011 1001011 0 1010110 1000110 100 101011101 1011100 110111

Color Harmonies of #F6234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6234B

Black with #F6234B

Text Example


Text Example

White with #F6234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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