Html Css Color HEX #FD2F43 Amaranth

📋 copy color: '#FD2F43'

red 253 ◦ green 47 ◦ blue 67

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

Shades of Amaranth #FD2F43

Tints of Amaranth #FD2F43

RGB

 RED value IS 253 (99.22% from 255) = 68.94%

 GREEN value IS 47 (18.75% from 255) = 12.81%

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 68.94%
G = 12.81%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2F43 (or 0xFD2F43) is known color: Amaranth. HEX triplet: FD, 2F and 43. RGB value is (253,47,67). Sum of RGB (Red+Green+Blue) = 253+47+67=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F43 is #02D0BC. Grayscale: #6F6F6F. Windows color (decimal): -184509 or 4403197. OLE color: 4403197.

HSL color Cylindrical-coordinate representation of color #FD2F43: hue angle of 354.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F43 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 47 67 -
CMYK 0 0.81 0.74 0.01
HSL 354.17º 0.98% 0.59% -
HSV(B) 354.17º 0.81% 0.99% -
XYZ 42.54 23.32 7.57 -
YUV 110.87 103.25 229.37 -
System Red Green Blue C M Y K H S L
Decimal 253 47 67 0 0.81 0.74 0.01 354.17 0.98 0.59
Hex FD 2F 43 0 51 4A 1 162 62 3B
Octal 375 57 103 0 121 112 1 542 142 73
Binary 11111101 101111 1000011 0 1010001 1001010 1 101100010 1100010 111011

Color Harmonies of #FD2F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F43

Black with #FD2F43

Text Example


Text Example

White with #FD2F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F43; }

 p { color: rgb(253,47,67); }

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

background-color css

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

 a { background-color: rgb(253,47,67); }

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

border-color css

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

 span { border-color: rgb(253,47,67); }

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