#FC699F

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

Shades of Brilliant Rose #FC699F

Tints of Brilliant Rose #FC699F

Color information

#FC699F (or 0xFC699F) is unknown color: approx Brilliant Rose. HEX triplet: FC, 69 and 9F. RGB value is (252,105,159). Sum of RGB (Red+Green+Blue) = 252+105+159=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC699F is #039660. Grayscale: #9B9B9B. Windows color (decimal): -235105 or 10447356. OLE color: 10447356.

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

Color convert

RGB252105159-
CMYK00.580.370.01
HSL337.96º96.08%70%-
HSV(B)337.96º58.33%98.82%-
XYZ51.4533.336.52-
YUV155.11130.2197.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.84%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=48.84%
G=20.35%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210515900.580.370.01337.9696.0870
HexFC699F03A2511526046
Octal374151237072451522140106
Binary111111001101001100111110111010100101110101001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC699F; }

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

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

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

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

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

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

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

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