Html Css Color HEX #FC699D Brilliant Rose

📋 copy color: '#FC699D'

red 252 ◦ green 105 ◦ blue 157

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

Shades of Brilliant Rose #FC699D

Tints of Brilliant Rose #FC699D

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 value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC699D (or 0xFC699D) is known color: 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

RGB 252 105 157 -
CMYK 0 0.58 0.38 0.01
HSL 338.78º 0.96% 0.7% -
HSV(B) 338.78º 0.58% 0.99% -
XYZ 51.28 33.23 35.61 -
YUV 154.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 252 105 157 0 0.58 0.38 0.01 338.78 0.96 0.7
Hex FC 69 9D 0 3A 26 1 153 60 46
Octal 374 151 235 0 72 46 1 523 140 106
Binary 11111100 1101001 10011101 0 111010 100110 1 101010011 1100000 1000110

Color Harmonies of #FC699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC699D

Black with #FC699D

Text Example


Text Example

White with #FC699D

Text Example


Text Example

HTML Codes & Css Web 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>