Html Css Color HEX #FC649E Brilliant Rose

📋 copy color: '#FC649E'

red 252 ◦ green 100 ◦ blue 158

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

Shades of Brilliant Rose #FC649E

Tints of Brilliant Rose #FC649E

RGB

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

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

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

R = 49.41%
G = 19.61%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC649E (or 0xFC649E) is known color: Brilliant Rose. HEX triplet: FC, 64 and 9E. RGB value is (252,100,158). Sum of RGB (Red+Green+Blue) = 252+100+158=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC649E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC649E is #039B61. Grayscale: #979797. Windows color (decimal): -236386 or 10380540. OLE color: 10380540.

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

Color convert

RGB 252 100 158 -
CMYK 0 0.60 0.37 0.01
HSL 337.11º 0.96% 0.69% -
HSV(B) 337.11º 0.6% 0.99% -
XYZ 50.87 32.28 35.9 -
YUV 152.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 252 100 158 0 0.60 0.37 0.01 337.11 0.96 0.69
Hex FC 64 9E 0 3C 25 1 151 60 45
Octal 374 144 236 0 74 45 1 521 140 105
Binary 11111100 1100100 10011110 0 111100 100101 1 101010001 1100000 1000101

Color Harmonies of #FC649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC649E

Black with #FC649E

Text Example


Text Example

White with #FC649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC649E; }

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

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

background-color css

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

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

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

border-color css

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

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

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