Html Css Color HEX #F21B53 Amaranth

📋 copy color: '#F21B53'

red 242 ◦ green 27 ◦ blue 83

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

Shades of Amaranth #F21B53

Tints of Amaranth #F21B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 68.75%
G = 7.67%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F21B53 (or 0xF21B53) is known color: Amaranth. HEX triplet: F2, 1B and 53. RGB value is (242,27,83). Sum of RGB (Red+Green+Blue) = 242+27+83=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B53 is #0DE4AC. Grayscale: #616161. Windows color (decimal): -910509 or 5446642. OLE color: 5446642.

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

Color convert

RGB 242 27 83 -
CMYK 0 0.89 0.66 0.05
HSL 344.37º 0.89% 0.53% -
HSV(B) 344.37º 0.89% 0.95% -
XYZ 38.57 20.29 10.07 -
YUV 97.67 119.73 230.95 -
System Red Green Blue C M Y K H S L
Decimal 242 27 83 0 0.89 0.66 0.05 344.37 0.89 0.53
Hex F2 1B 53 0 59 42 5 158 59 35
Octal 362 33 123 0 131 102 5 530 131 65
Binary 11110010 11011 1010011 0 1011001 1000010 101 101011000 1011001 110101

Color Harmonies of #F21B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21B53

Black with #F21B53

Text Example


Text Example

White with #F21B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21B53; }

 p { color: rgb(242,27,83); }

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

background-color css

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

 a { background-color: rgb(242,27,83); }

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

border-color css

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

 span { border-color: rgb(242,27,83); }

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