Html Css Color HEX #F02D4B Amaranth

📋 copy color: '#F02D4B'

red 240 ◦ green 45 ◦ blue 75

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

Shades of Amaranth #F02D4B

Tints of Amaranth #F02D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

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

R = 66.67%
G = 12.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F02D4B (or 0xF02D4B) is known color: Amaranth. HEX triplet: F0, 2D and 4B. RGB value is (240,45,75). Sum of RGB (Red+Green+Blue) = 240+45+75=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D4B is #0FD2B4. Grayscale: #6A6A6A. Windows color (decimal): -1036981 or 4926960. OLE color: 4926960.

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

Color convert

RGB 240 45 75 -
CMYK 0 0.81 0.69 0.06
HSL 350.77º 0.87% 0.56% -
HSV(B) 350.77º 0.81% 0.94% -
XYZ 38.14 20.91 8.68 -
YUV 106.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 240 45 75 0 0.81 0.69 0.06 350.77 0.87 0.56
Hex F0 2D 4B 0 51 45 6 15F 57 38
Octal 360 55 113 0 121 105 6 537 127 70
Binary 11110000 101101 1001011 0 1010001 1000101 110 101011111 1010111 111000

Color Harmonies of #F02D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D4B

Black with #F02D4B

Text Example


Text Example

White with #F02D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D4B; }

 p { color: rgb(240,45,75); }

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

background-color css

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

 a { background-color: rgb(240,45,75); }

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

border-color css

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

 span { border-color: rgb(240,45,75); }

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