Html Css Color HEX #F21851 Amaranth

📋 copy color: '#F21851'

red 242 ◦ green 24 ◦ blue 81

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

Shades of Amaranth #F21851

Tints of Amaranth #F21851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.92%

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

R = 69.74%
G = 6.92%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F21851 (or 0xF21851) is known color: Amaranth. HEX triplet: F2, 18 and 51. RGB value is (242,24,81). Sum of RGB (Red+Green+Blue) = 242+24+81=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21851 is #0DE7AE. Grayscale: #5F5F5F. Windows color (decimal): -911279 or 5314802. OLE color: 5314802.

HSL color Cylindrical-coordinate representation of color #F21851: hue angle of 344.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21851 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 81 -
CMYK 0 0.90 0.67 0.05
HSL 344.31º 0.89% 0.52% -
HSV(B) 344.31º 0.9% 0.95% -
XYZ 38.43 20.12 9.64 -
YUV 95.68 119.72 232.37 -
System Red Green Blue C M Y K H S L
Decimal 242 24 81 0 0.90 0.67 0.05 344.31 0.89 0.52
Hex F2 18 51 0 5A 43 5 158 59 34
Octal 362 30 121 0 132 103 5 530 131 64
Binary 11110010 11000 1010001 0 1011010 1000011 101 101011000 1011001 110100

Color Harmonies of #F21851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21851

Black with #F21851

Text Example


Text Example

White with #F21851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21851; }

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

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

background-color css

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

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

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

border-color css

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

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

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