Html Css Color HEX #FF725F Bittersweet

📋 copy color: '#FF725F'

red 255 ◦ green 114 ◦ blue 95

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

Shades of Bittersweet #FF725F

Tints of Bittersweet #FF725F

RGB

 RED value IS 255 (100% from 255) = 54.96%

 GREEN value IS 114 (44.92% from 255) = 24.57%

 BLUE value IS 95 (37.5% from 255) = 20.47%

R = 54.96%
G = 24.57%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF725F (or 0xFF725F) is known color: Bittersweet. HEX triplet: FF, 72 and 5F. RGB value is (255,114,95). Sum of RGB (Red+Green+Blue) = 255+114+95=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF725F is #008DA0. Grayscale: #9A9A9A. Windows color (decimal): -36257 or 6255359. OLE color: 6255359.

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

Color convert

RGB 255 114 95 -
CMYK 0 0.55 0.63 0
HSL 7.13º 1% 0.69% -
HSV(B) 7.13º 0.63% 1% -
XYZ 49.32 34.12 14.81 -
YUV 153.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 255 114 95 0 0.55 0.63 0 7.13 1 0.69
Hex FF 72 5F 0 37 3F 0 7 64 45
Octal 377 162 137 0 67 77 0 7 144 105
Binary 11111111 1110010 1011111 0 110111 111111 0 111 1100100 1000101

Color Harmonies of #FF725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF725F

Black with #FF725F

Text Example


Text Example

White with #FF725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF725F; }

 p { color: rgb(255,114,95); }

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

background-color css

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

 a { background-color: rgb(255,114,95); }

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

border-color css

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

 span { border-color: rgb(255,114,95); }

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