Html Css Color HEX #F0235B Amaranth

📋 copy color: '#F0235B'

red 240 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #F0235B

Tints of Amaranth #F0235B

RGB

 RED value IS 240 (94.14% from 255) = 65.57%

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 65.57%
G = 9.56%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0235B (or 0xF0235B) is known color: Amaranth. HEX triplet: F0, 23 and 5B. RGB value is (240,35,91). Sum of RGB (Red+Green+Blue) = 240+35+91=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0235B is #0FDCA4. Grayscale: #666666. Windows color (decimal): -1039525 or 5972976. OLE color: 5972976.

HSL color Cylindrical-coordinate representation of color #F0235B: hue angle of 343.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0235B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 91 -
CMYK 0 0.85 0.62 0.06
HSL 343.61º 0.87% 0.54% -
HSV(B) 343.61º 0.85% 0.94% -
XYZ 38.42 20.48 11.83 -
YUV 102.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 240 35 91 0 0.85 0.62 0.06 343.61 0.87 0.54
Hex F0 23 5B 0 55 3E 6 158 57 36
Octal 360 43 133 0 125 76 6 530 127 66
Binary 11110000 100011 1011011 0 1010101 111110 110 101011000 1010111 110110

Color Harmonies of #F0235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0235B

Black with #F0235B

Text Example


Text Example

White with #F0235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0235B; }

 p { color: rgb(240,35,91); }

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

background-color css

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

 a { background-color: rgb(240,35,91); }

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

border-color css

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

 span { border-color: rgb(240,35,91); }

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