Html Css Color HEX #F21953 Amaranth

📋 copy color: '#F21953'

red 242 ◦ green 25 ◦ blue 83

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

Shades of Amaranth #F21953

Tints of Amaranth #F21953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

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

R = 69.14%
G = 7.14%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F21953 (or 0xF21953) is known color: Amaranth. HEX triplet: F2, 19 and 53. RGB value is (242,25,83). Sum of RGB (Red+Green+Blue) = 242+25+83=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F21953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21953 is #0DE6AC. Grayscale: #606060. Windows color (decimal): -911021 or 5446130. OLE color: 5446130.

HSL color Cylindrical-coordinate representation of color #F21953: hue angle of 343.96º 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 #F21953 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 83 -
CMYK 0 0.90 0.66 0.05
HSL 343.96º 0.89% 0.52% -
HSV(B) 343.96º 0.9% 0.95% -
XYZ 38.53 20.2 10.05 -
YUV 96.5 120.39 231.78 -
System Red Green Blue C M Y K H S L
Decimal 242 25 83 0 0.90 0.66 0.05 343.96 0.89 0.52
Hex F2 19 53 0 5A 42 5 158 59 34
Octal 362 31 123 0 132 102 5 530 131 64
Binary 11110010 11001 1010011 0 1011010 1000010 101 101011000 1011001 110100

Color Harmonies of #F21953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21953

Black with #F21953

Text Example


Text Example

White with #F21953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21953; }

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

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

background-color css

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

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

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

border-color css

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

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

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