Html Css Color HEX #FC649D Brilliant Rose

📋 copy color: '#FC649D'

red 252 ◦ green 100 ◦ blue 157

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

Shades of Brilliant Rose #FC649D

Tints of Brilliant Rose #FC649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.65%

 BLUE value IS 157 (61.72% from 255) = 30.84%

R = 49.51%
G = 19.65%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC649D (or 0xFC649D) is known color: Brilliant Rose. HEX triplet: FC, 64 and 9D. RGB value is (252,100,157). Sum of RGB (Red+Green+Blue) = 252+100+157=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC649D is #039B62. Grayscale: #979797. Windows color (decimal): -236387 or 10315004. OLE color: 10315004.

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

Color convert

RGB 252 100 157 -
CMYK 0 0.60 0.38 0.01
HSL 337.5º 0.96% 0.69% -
HSV(B) 337.5º 0.6% 0.99% -
XYZ 50.79 32.24 35.45 -
YUV 151.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 252 100 157 0 0.60 0.38 0.01 337.5 0.96 0.69
Hex FC 64 9D 0 3C 26 1 152 60 45
Octal 374 144 235 0 74 46 1 522 140 105
Binary 11111100 1100100 10011101 0 111100 100110 1 101010010 1100000 1000101

Color Harmonies of #FC649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC649D

Black with #FC649D

Text Example


Text Example

White with #FC649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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