Html Css Color HEX #F3265C Amaranth

📋 copy color: '#F3265C'

red 243 ◦ green 38 ◦ blue 92

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

Shades of Amaranth #F3265C

Tints of Amaranth #F3265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 65.15%
G = 10.19%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3265C (or 0xF3265C) is known color: Amaranth. HEX triplet: F3, 26 and 5C. RGB value is (243,38,92). Sum of RGB (Red+Green+Blue) = 243+38+92=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3265C is #0CD9A3. Grayscale: #696969. Windows color (decimal): -842148 or 6039283. OLE color: 6039283.

HSL color Cylindrical-coordinate representation of color #F3265C: hue angle of 344.2º 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 #F3265C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 92 -
CMYK 0 0.84 0.62 0.05
HSL 344.2º 0.9% 0.55% -
HSV(B) 344.2º 0.84% 0.95% -
XYZ 39.59 21.21 12.13 -
YUV 105.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 243 38 92 0 0.84 0.62 0.05 344.2 0.9 0.55
Hex F3 26 5C 0 54 3E 5 158 5A 37
Octal 363 46 134 0 124 76 5 530 132 67
Binary 11110011 100110 1011100 0 1010100 111110 101 101011000 1011010 110111

Color Harmonies of #F3265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3265C

Black with #F3265C

Text Example


Text Example

White with #F3265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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