#F8699F

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

Shades of Brilliant Rose #F8699F

Tints of Brilliant Rose #F8699F

Color information

#F8699F (or 0xF8699F) is unknown color: approx Brilliant Rose. HEX triplet: F8, 69 and 9F. RGB value is (248,105,159). Sum of RGB (Red+Green+Blue) = 248+105+159=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8699F is #079660. Grayscale: #999999. Windows color (decimal): -497249 or 10447352. OLE color: 10447352.

HSL color Cylindrical-coordinate representation of color #F8699F: hue angle of 337.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8699F is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB248105159-
CMYK00.580.360.03
HSL337.34º91.08%69.22%-
HSV(B)337.34º57.66%97.25%-
XYZ50.0232.5636.45-
YUV153.91130.88195.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.44%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=48.44%
G=20.51%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810515900.580.360.03337.3491.0869.22
HexF8699F03A2431515b45
Octal370151237072443521133105
Binary1111100011010011001111101110101001001110101000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8699F; }

 p { color: rgb(248,105,159); }

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

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

 a { background-color: rgb(248,105,159); }

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

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

 span { border-color: rgb(248,105,159); }

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