Html Css Color HEX #FC66A1 Brilliant Rose

📋 copy color: '#FC66A1'

red 252 ◦ green 102 ◦ blue 161

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

Shades of Brilliant Rose #FC66A1

Tints of Brilliant Rose #FC66A1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.81%

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

R = 48.93%
G = 19.81%
B = 31.26%

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

#FC66A1 (or 0xFC66A1) is known color: Brilliant Rose. HEX triplet: FC, 66 and A1. RGB value is (252,102,161). Sum of RGB (Red+Green+Blue) = 252+102+161=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66A1 is #03995E. Grayscale: #999999. Windows color (decimal): -235871 or 10577660. OLE color: 10577660.

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

Color convert

RGB 252 102 161 -
CMYK 0 0.60 0.36 0.01
HSL 336.4º 0.96% 0.69% -
HSV(B) 336.4º 0.6% 0.99% -
XYZ 51.33 32.77 37.34 -
YUV 153.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 252 102 161 0 0.60 0.36 0.01 336.4 0.96 0.69
Hex FC 66 A1 0 3C 24 1 150 60 45
Octal 374 146 241 0 74 44 1 520 140 105
Binary 11111100 1100110 10100001 0 111100 100100 1 101010000 1100000 1000101

Color Harmonies of #FC66A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66A1

Black with #FC66A1

Text Example


Text Example

White with #FC66A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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