Html Css Color HEX #F2234B Amaranth

📋 copy color: '#F2234B'

red 242 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #F2234B

Tints of Amaranth #F2234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 68.75%
G = 9.94%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2234B (or 0xF2234B) is known color: Amaranth. HEX triplet: F2, 23 and 4B. RGB value is (242,35,75). Sum of RGB (Red+Green+Blue) = 242+35+75=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2234B is #0DDCB4. Grayscale: #656565. Windows color (decimal): -908469 or 4924402. OLE color: 4924402.

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

Color convert

RGB 242 35 75 -
CMYK 0 0.86 0.69 0.05
HSL 348.41º 0.89% 0.54% -
HSV(B) 348.41º 0.86% 0.95% -
XYZ 38.49 20.59 8.6 -
YUV 101.45 113.08 228.25 -
System Red Green Blue C M Y K H S L
Decimal 242 35 75 0 0.86 0.69 0.05 348.41 0.89 0.54
Hex F2 23 4B 0 56 45 5 15C 59 36
Octal 362 43 113 0 126 105 5 534 131 66
Binary 11110010 100011 1001011 0 1010110 1000101 101 101011100 1011001 110110

Color Harmonies of #F2234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2234B

Black with #F2234B

Text Example


Text Example

White with #F2234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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