Html Css Color HEX #F2384E Amaranth

📋 copy color: '#F2384E'

red 242 ◦ green 56 ◦ blue 78

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

Shades of Amaranth #F2384E

Tints of Amaranth #F2384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 64.36%
G = 14.89%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2384E (or 0xF2384E) is known color: Amaranth. HEX triplet: F2, 38 and 4E. RGB value is (242,56,78). Sum of RGB (Red+Green+Blue) = 242+56+78=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2384E is #0DC7B1. Grayscale: #727272. Windows color (decimal): -903090 or 5126386. OLE color: 5126386.

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

Color convert

RGB 242 56 78 -
CMYK 0 0.77 0.68 0.05
HSL 352.9º 0.88% 0.58% -
HSV(B) 352.9º 0.77% 0.95% -
XYZ 39.41 22.26 9.43 -
YUV 114.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 242 56 78 0 0.77 0.68 0.05 352.9 0.88 0.58
Hex F2 38 4E 0 4D 44 5 161 58 3A
Octal 362 70 116 0 115 104 5 541 130 72
Binary 11110010 111000 1001110 0 1001101 1000100 101 101100001 1011000 111010

Color Harmonies of #F2384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2384E

Black with #F2384E

Text Example


Text Example

White with #F2384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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