#F7AFA0

Color #F7AFA0 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F7AFA0

Tints of Rose Bud #F7AFA0

Color information

#F7AFA0 (or 0xF7AFA0) is unknown color: approx Rose Bud. HEX triplet: F7, AF and A0. RGB value is (247,175,160). Sum of RGB (Red+Green+Blue) = 247+175+160=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AFA0 is #08505F. Grayscale: #C2C2C2. Windows color (decimal): -544864 or 10530807. OLE color: 10530807.

HSL color Cylindrical-coordinate representation of color #F7AFA0: hue angle of 10.34º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7AFA0 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB247175160-
CMYK00.290.350.03
HSL10.34º84.47%79.8%-
HSV(B)10.34º35.22%96.86%-
XYZ60.0352.9740.32-
YUV194.82108.35165.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=42.44%
G=30.07%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717516000.290.350.0310.3484.4779.8
HexF7AFA001D233a5450
Octal36725724003543312124120
Binary11110111101011111010000001110110001111101010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFA0; }

 p { color: rgb(247,175,160); }

 H1.HeaderClassName
 {
   color: #F7AFA0;
 }
 .AnyTagClassName
 {
   color: #F7AFA0;
 }
</style>
background-color css

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

 a { background-color: rgb(247,175,160); }

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

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

 span { border-color: rgb(247,175,160); }

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