Html Css Color HEX #F3265A Amaranth

📋 copy color: '#F3265A'

red 243 ◦ green 38 ◦ blue 90

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

Shades of Amaranth #F3265A

Tints of Amaranth #F3265A

RGB

 RED value IS 243 (95.31% from 255) = 65.5%

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 65.5%
G = 10.24%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3265A (or 0xF3265A) is known color: Amaranth. HEX triplet: F3, 26 and 5A. RGB value is (243,38,90). Sum of RGB (Red+Green+Blue) = 243+38+90=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3265A is #0CD9A5. Grayscale: #696969. Windows color (decimal): -842150 or 5908211. OLE color: 5908211.

HSL color Cylindrical-coordinate representation of color #F3265A: hue angle of 344.78º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3265A is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 90 -
CMYK 0 0.84 0.63 0.05
HSL 344.78º 0.9% 0.55% -
HSV(B) 344.78º 0.84% 0.95% -
XYZ 39.5 21.18 11.68 -
YUV 105.22 119.42 226.27 -
System Red Green Blue C M Y K H S L
Decimal 243 38 90 0 0.84 0.63 0.05 344.78 0.9 0.55
Hex F3 26 5A 0 54 3F 5 159 5A 37
Octal 363 46 132 0 124 77 5 531 132 67
Binary 11110011 100110 1011010 0 1010100 111111 101 101011001 1011010 110111

Color Harmonies of #F3265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3265A

Black with #F3265A

Text Example


Text Example

White with #F3265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3265A; }

 p { color: rgb(243,38,90); }

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

background-color css

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

 a { background-color: rgb(243,38,90); }

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

border-color css

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

 span { border-color: rgb(243,38,90); }

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