Html Css Color HEX #FC6495 Brilliant Rose

📋 copy color: '#FC6495'

red 252 ◦ green 100 ◦ blue 149

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

Shades of Brilliant Rose #FC6495

Tints of Brilliant Rose #FC6495

RGB

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

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

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

R = 50.3%
G = 19.96%
B = 29.74%

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

#FC6495 (or 0xFC6495) is known color: Brilliant Rose. HEX triplet: FC, 64 and 95. RGB value is (252,100,149). Sum of RGB (Red+Green+Blue) = 252+100+149=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6495 is #039B6A. Grayscale: #969696. Windows color (decimal): -236395 or 9790716. OLE color: 9790716.

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

Color convert

RGB 252 100 149 -
CMYK 0 0.60 0.41 0.01
HSL 340.66º 0.96% 0.69% -
HSV(B) 340.66º 0.6% 0.99% -
XYZ 50.13 31.98 31.96 -
YUV 151.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 252 100 149 0 0.60 0.41 0.01 340.66 0.96 0.69
Hex FC 64 95 0 3C 29 1 155 60 45
Octal 374 144 225 0 74 51 1 525 140 105
Binary 11111100 1100100 10010101 0 111100 101001 1 101010101 1100000 1000101

Color Harmonies of #FC6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6495

Black with #FC6495

Text Example


Text Example

White with #FC6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6495; }

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

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

background-color css

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

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

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

border-color css

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

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

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