#FC699D

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

Shades of Brilliant Rose #FC699D

Tints of Brilliant Rose #FC699D

Color information

#FC699D (or 0xFC699D) is unknown color: approx Brilliant Rose. HEX triplet: FC, 69 and 9D. RGB value is (252,105,157). Sum of RGB (Red+Green+Blue) = 252+105+157=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC699D is #039662. Grayscale: #9A9A9A. Windows color (decimal): -235107 or 10316284. OLE color: 10316284.

HSL color Cylindrical-coordinate representation of color #FC699D: hue angle of 338.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC699D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252105157-
CMYK00.580.380.01
HSL338.78º96.08%70%-
HSV(B)338.78º58.33%98.82%-
XYZ51.2833.2335.61-
YUV154.88129.2197.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=49.03%
G=20.43%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210515700.580.380.01338.7896.0870
HexFC699D03A2611536046
Octal374151235072461523140106
Binary111111001101001100111010111010100110110101001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC699D; }

 p { color: rgb(252,105,157); }

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

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

 a { background-color: rgb(252,105,157); }

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

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

 span { border-color: rgb(252,105,157); }

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