Html Css Color HEX #F2384B Amaranth

📋 copy color: '#F2384B'

red 242 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #F2384B

Tints of Amaranth #F2384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 64.88%
G = 15.01%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2384B (or 0xF2384B) is known color: Amaranth. HEX triplet: F2, 38 and 4B. RGB value is (242,56,75). Sum of RGB (Red+Green+Blue) = 242+56+75=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2384B is #0DC7B4. Grayscale: #717171. Windows color (decimal): -903093 or 4929778. OLE color: 4929778.

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

Color convert

RGB 242 56 75 -
CMYK 0 0.77 0.69 0.05
HSL 353.87º 0.88% 0.58% -
HSV(B) 353.87º 0.77% 0.95% -
XYZ 39.3 22.21 8.87 -
YUV 113.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 242 56 75 0 0.77 0.69 0.05 353.87 0.88 0.58
Hex F2 38 4B 0 4D 45 5 162 58 3A
Octal 362 70 113 0 115 105 5 542 130 72
Binary 11110010 111000 1001011 0 1001101 1000101 101 101100010 1011000 111010

Color Harmonies of #F2384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2384B

Black with #F2384B

Text Example


Text Example

White with #F2384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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