Html Css Color HEX #FC659A Brilliant Rose

📋 copy color: '#FC659A'

red 252 ◦ green 101 ◦ blue 154

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

Shades of Brilliant Rose #FC659A

Tints of Brilliant Rose #FC659A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 49.7%
G = 19.92%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC659A (or 0xFC659A) is known color: Brilliant Rose. HEX triplet: FC, 65 and 9A. RGB value is (252,101,154). Sum of RGB (Red+Green+Blue) = 252+101+154=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC659A is #039A65. Grayscale: #989898. Windows color (decimal): -236134 or 10118652. OLE color: 10118652.

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

Color convert

RGB 252 101 154 -
CMYK 0 0.60 0.39 0.01
HSL 338.94º 0.96% 0.69% -
HSV(B) 338.94º 0.6% 0.99% -
XYZ 50.63 32.34 34.14 -
YUV 152.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 252 101 154 0 0.60 0.39 0.01 338.94 0.96 0.69
Hex FC 65 9A 0 3C 27 1 153 60 45
Octal 374 145 232 0 74 47 1 523 140 105
Binary 11111100 1100101 10011010 0 111100 100111 1 101010011 1100000 1000101

Color Harmonies of #FC659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC659A

Black with #FC659A

Text Example


Text Example

White with #FC659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC659A; }

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

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

background-color css

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

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

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

border-color css

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

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

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