Html Css Color HEX #F23851 Amaranth

📋 copy color: '#F23851'

red 242 ◦ green 56 ◦ blue 81

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

Shades of Amaranth #F23851

Tints of Amaranth #F23851

RGB

 RED value IS 242 (94.92% from 255) = 63.85%

 GREEN value IS 56 (22.27% from 255) = 14.78%

 BLUE value IS 81 (32.03% from 255) = 21.37%

R = 63.85%
G = 14.78%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F23851 (or 0xF23851) is known color: Amaranth. HEX triplet: F2, 38 and 51. RGB value is (242,56,81). Sum of RGB (Red+Green+Blue) = 242+56+81=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F23851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23851 is #0DC7AE. Grayscale: #727272. Windows color (decimal): -903087 or 5322994. OLE color: 5322994.

HSL color Cylindrical-coordinate representation of color #F23851: hue angle of 351.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23851 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 56 81 -
CMYK 0 0.77 0.67 0.05
HSL 351.94º 0.88% 0.58% -
HSV(B) 351.94º 0.77% 0.95% -
XYZ 39.52 22.3 10.01 -
YUV 114.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 242 56 81 0 0.77 0.67 0.05 351.94 0.88 0.58
Hex F2 38 51 0 4D 43 5 160 58 3A
Octal 362 70 121 0 115 103 5 540 130 72
Binary 11110010 111000 1010001 0 1001101 1000011 101 101100000 1011000 111010

Color Harmonies of #F23851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23851

Black with #F23851

Text Example


Text Example

White with #F23851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23851; }

 p { color: rgb(242,56,81); }

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

background-color css

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

 a { background-color: rgb(242,56,81); }

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

border-color css

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

 span { border-color: rgb(242,56,81); }

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