Html Css Color HEX #FC65A1 Brilliant Rose

📋 copy color: '#FC65A1'

red 252 ◦ green 101 ◦ blue 161

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

Shades of Brilliant Rose #FC65A1

Tints of Brilliant Rose #FC65A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.32%

R = 49.03%
G = 19.65%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC65A1 (or 0xFC65A1) is known color: Brilliant Rose. HEX triplet: FC, 65 and A1. RGB value is (252,101,161). Sum of RGB (Red+Green+Blue) = 252+101+161=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65A1 is #039A5E. Grayscale: #989898. Windows color (decimal): -236127 or 10577404. OLE color: 10577404.

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

Color convert

RGB 252 101 161 -
CMYK 0 0.60 0.36 0.01
HSL 336.16º 0.96% 0.69% -
HSV(B) 336.16º 0.6% 0.99% -
XYZ 51.23 32.58 37.31 -
YUV 152.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 252 101 161 0 0.60 0.36 0.01 336.16 0.96 0.69
Hex FC 65 A1 0 3C 24 1 150 60 45
Octal 374 145 241 0 74 44 1 520 140 105
Binary 11111100 1100101 10100001 0 111100 100100 1 101010000 1100000 1000101

Color Harmonies of #FC65A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65A1

Black with #FC65A1

Text Example


Text Example

White with #FC65A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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