Html Css Color HEX #FC649C Brilliant Rose

📋 copy color: '#FC649C'

red 252 ◦ green 100 ◦ blue 156

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

Shades of Brilliant Rose #FC649C

Tints of Brilliant Rose #FC649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 49.61%
G = 19.69%
B = 30.71%

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

#FC649C (or 0xFC649C) is known color: Brilliant Rose. HEX triplet: FC, 64 and 9C. RGB value is (252,100,156). Sum of RGB (Red+Green+Blue) = 252+100+156=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC649C is #039B63. Grayscale: #979797. Windows color (decimal): -236388 or 10249468. OLE color: 10249468.

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

Color convert

RGB 252 100 156 -
CMYK 0 0.60 0.38 0.01
HSL 337.89º 0.96% 0.69% -
HSV(B) 337.89º 0.6% 0.99% -
XYZ 50.7 32.21 35 -
YUV 151.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 252 100 156 0 0.60 0.38 0.01 337.89 0.96 0.69
Hex FC 64 9C 0 3C 26 1 152 60 45
Octal 374 144 234 0 74 46 1 522 140 105
Binary 11111100 1100100 10011100 0 111100 100110 1 101010010 1100000 1000101

Color Harmonies of #FC649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC649C

Black with #FC649C

Text Example


Text Example

White with #FC649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC649C; }

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

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

background-color css

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

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

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

border-color css

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

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

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