Html Css Color HEX #F7254B Amaranth

📋 copy color: '#F7254B'

red 247 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #F7254B

Tints of Amaranth #F7254B

RGB

 RED value IS 247 (96.88% from 255) = 68.8%

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 68.8%
G = 10.31%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7254B (or 0xF7254B) is known color: Amaranth. HEX triplet: F7, 25 and 4B. RGB value is (247,37,75). Sum of RGB (Red+Green+Blue) = 247+37+75=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7254B is #08DAB4. Grayscale: #686868. Windows color (decimal): -580277 or 4924919. OLE color: 4924919.

HSL color Cylindrical-coordinate representation of color #F7254B: hue angle of 349.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7254B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 75 -
CMYK 0 0.85 0.70 0.03
HSL 349.14º 0.93% 0.56% -
HSV(B) 349.14º 0.85% 0.97% -
XYZ 40.29 21.61 8.7 -
YUV 104.12 111.57 229.91 -
System Red Green Blue C M Y K H S L
Decimal 247 37 75 0 0.85 0.70 0.03 349.14 0.93 0.56
Hex F7 25 4B 0 55 46 3 15D 5D 38
Octal 367 45 113 0 125 106 3 535 135 70
Binary 11110111 100101 1001011 0 1010101 1000110 11 101011101 1011101 111000

Color Harmonies of #F7254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7254B

Black with #F7254B

Text Example


Text Example

White with #F7254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7254B; }

 p { color: rgb(247,37,75); }

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

background-color css

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

 a { background-color: rgb(247,37,75); }

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

border-color css

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

 span { border-color: rgb(247,37,75); }

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