Html Css Color HEX #FC659F Brilliant Rose

📋 copy color: '#FC659F'

red 252 ◦ green 101 ◦ blue 159

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

Shades of Brilliant Rose #FC659F

Tints of Brilliant Rose #FC659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.73%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 49.22%
G = 19.73%
B = 31.05%

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

#FC659F (or 0xFC659F) is known color: Brilliant Rose. HEX triplet: FC, 65 and 9F. RGB value is (252,101,159). Sum of RGB (Red+Green+Blue) = 252+101+159=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC659F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC659F is #039A60. Grayscale: #989898. Windows color (decimal): -236129 or 10446332. OLE color: 10446332.

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

Color convert

RGB 252 101 159 -
CMYK 0 0.60 0.37 0.01
HSL 336.95º 0.96% 0.69% -
HSV(B) 336.95º 0.6% 0.99% -
XYZ 51.06 32.51 36.38 -
YUV 152.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 252 101 159 0 0.60 0.37 0.01 336.95 0.96 0.69
Hex FC 65 9F 0 3C 25 1 151 60 45
Octal 374 145 237 0 74 45 1 521 140 105
Binary 11111100 1100101 10011111 0 111100 100101 1 101010001 1100000 1000101

Color Harmonies of #FC659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC659F

Black with #FC659F

Text Example


Text Example

White with #FC659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC659F; }

 p { color: rgb(252,101,159); }

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

background-color css

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

 a { background-color: rgb(252,101,159); }

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

border-color css

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

 span { border-color: rgb(252,101,159); }

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