Html Css Color HEX #F23255 Amaranth

📋 copy color: '#F23255'

red 242 ◦ green 50 ◦ blue 85

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

Shades of Amaranth #F23255

Tints of Amaranth #F23255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 64.19%
G = 13.26%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F23255 (or 0xF23255) is known color: Amaranth. HEX triplet: F2, 32 and 55. RGB value is (242,50,85). Sum of RGB (Red+Green+Blue) = 242+50+85=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23255 is #0DCDAA. Grayscale: #6F6F6F. Windows color (decimal): -904619 or 5583602. OLE color: 5583602.

HSL color Cylindrical-coordinate representation of color #F23255: hue angle of 349.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23255 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 50 85 -
CMYK 0 0.79 0.65 0.05
HSL 349.06º 0.88% 0.57% -
HSV(B) 349.06º 0.79% 0.95% -
XYZ 39.4 21.81 10.73 -
YUV 111.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 242 50 85 0 0.79 0.65 0.05 349.06 0.88 0.57
Hex F2 32 55 0 4F 41 5 15D 58 39
Octal 362 62 125 0 117 101 5 535 130 71
Binary 11110010 110010 1010101 0 1001111 1000001 101 101011101 1011000 111001

Color Harmonies of #F23255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23255

Black with #F23255

Text Example


Text Example

White with #F23255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23255; }

 p { color: rgb(242,50,85); }

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

background-color css

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

 a { background-color: rgb(242,50,85); }

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

border-color css

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

 span { border-color: rgb(242,50,85); }

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