#F8699C

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

Shades of Brilliant Rose #F8699C

Tints of Brilliant Rose #F8699C

Color information

#F8699C (or 0xF8699C) is unknown color: approx Brilliant Rose. HEX triplet: F8, 69 and 9C. RGB value is (248,105,156). Sum of RGB (Red+Green+Blue) = 248+105+156=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8699C is #079663. Grayscale: #999999. Windows color (decimal): -497252 or 10250744. OLE color: 10250744.

HSL color Cylindrical-coordinate representation of color #F8699C: hue angle of 338.6º 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 #F8699C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB248105156-
CMYK00.580.370.03
HSL338.6º91.08%69.22%-
HSV(B)338.6º57.66%97.25%-
XYZ49.7632.4635.1-
YUV153.57129.38195.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.72%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=48.72%
G=20.63%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810515600.580.370.03338.691.0869.22
HexF8699C03A2531535b45
Octal370151234072453523133105
Binary1111100011010011001110001110101001011110101001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8699C; }

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

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

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

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

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

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

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

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