Html Css Color HEX #F03F4B Amaranth

📋 copy color: '#F03F4B'

red 240 ◦ green 63 ◦ blue 75

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

Shades of Amaranth #F03F4B

Tints of Amaranth #F03F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

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

R = 63.49%
G = 16.67%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F03F4B (or 0xF03F4B) is known color: Amaranth. HEX triplet: F0, 3F and 4B. RGB value is (240,63,75). Sum of RGB (Red+Green+Blue) = 240+63+75=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F4B is #0FC0B4. Grayscale: #757575. Windows color (decimal): -1032373 or 4931568. OLE color: 4931568.

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

Color convert

RGB 240 63 75 -
CMYK 0 0.74 0.69 0.06
HSL 355.93º 0.86% 0.59% -
HSV(B) 355.93º 0.74% 0.94% -
XYZ 38.98 22.59 8.96 -
YUV 117.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 240 63 75 0 0.74 0.69 0.06 355.93 0.86 0.59
Hex F0 3F 4B 0 4A 45 6 164 56 3B
Octal 360 77 113 0 112 105 6 544 126 73
Binary 11110000 111111 1001011 0 1001010 1000101 110 101100100 1010110 111011

Color Harmonies of #F03F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F4B

Black with #F03F4B

Text Example


Text Example

White with #F03F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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