Html Css Color HEX #FC6595 Brilliant Rose

📋 copy color: '#FC6595'

red 252 ◦ green 101 ◦ blue 149

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

Shades of Brilliant Rose #FC6595

Tints of Brilliant Rose #FC6595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 50.2%
G = 20.12%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC6595 (or 0xFC6595) is known color: Brilliant Rose. HEX triplet: FC, 65 and 95. RGB value is (252,101,149). Sum of RGB (Red+Green+Blue) = 252+101+149=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6595 is #039A6A. Grayscale: #979797. Windows color (decimal): -236139 or 9790972. OLE color: 9790972.

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

Color convert

RGB 252 101 149 -
CMYK 0 0.60 0.41 0.01
HSL 340.93º 0.96% 0.69% -
HSV(B) 340.93º 0.6% 0.99% -
XYZ 50.22 32.17 32 -
YUV 151.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 252 101 149 0 0.60 0.41 0.01 340.93 0.96 0.69
Hex FC 65 95 0 3C 29 1 155 60 45
Octal 374 145 225 0 74 51 1 525 140 105
Binary 11111100 1100101 10010101 0 111100 101001 1 101010101 1100000 1000101

Color Harmonies of #FC6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6595

Black with #FC6595

Text Example


Text Example

White with #FC6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6595; }

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

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

background-color css

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

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

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

border-color css

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

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

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