Html Css Color HEX #FC699E Brilliant Rose

📋 copy color: '#FC699E'

red 252 ◦ green 105 ◦ blue 158

#FC699E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FC699E

Tints of Brilliant Rose #FC699E

RGB

 RED value IS 252 (98.83% from 255) = 48.93%

 GREEN value IS 105 (41.41% from 255) = 20.39%

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 48.93%
G = 20.39%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC699E (or 0xFC699E) is known color: Brilliant Rose. HEX triplet: FC, 69 and 9E. RGB value is (252,105,158). Sum of RGB (Red+Green+Blue) = 252+105+158=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC699E is #039661. Grayscale: #9A9A9A. Windows color (decimal): -235106 or 10381820. OLE color: 10381820.

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

Color convert

RGB 252 105 158 -
CMYK 0 0.58 0.37 0.01
HSL 338.37º 0.96% 0.7% -
HSV(B) 338.37º 0.58% 0.99% -
XYZ 51.37 33.27 36.06 -
YUV 155 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 252 105 158 0 0.58 0.37 0.01 338.37 0.96 0.7
Hex FC 69 9E 0 3A 25 1 152 60 46
Octal 374 151 236 0 72 45 1 522 140 106
Binary 11111100 1101001 10011110 0 111010 100101 1 101010010 1100000 1000110

Color Harmonies of #FC699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC699E

Black with #FC699E

Text Example


Text Example

White with #FC699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC699E; }

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

 H1.HeaderClassName
 {
   color: #FC699E;
 }
 .AnyTagClassName
 {
   color: #FC699E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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