Html Css Color HEX #FC64A3 Brilliant Rose

📋 copy color: '#FC64A3'

red 252 ◦ green 100 ◦ blue 163

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

Shades of Brilliant Rose #FC64A3

Tints of Brilliant Rose #FC64A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.65%

R = 48.93%
G = 19.42%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC64A3 (or 0xFC64A3) is known color: Brilliant Rose. HEX triplet: FC, 64 and A3. RGB value is (252,100,163). Sum of RGB (Red+Green+Blue) = 252+100+163=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64A3 is #039B5C. Grayscale: #989898. Windows color (decimal): -236381 or 10708220. OLE color: 10708220.

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

Color convert

RGB 252 100 163 -
CMYK 0 0.60 0.35 0.01
HSL 335.13º 0.96% 0.69% -
HSV(B) 335.13º 0.6% 0.99% -
XYZ 51.31 32.45 38.21 -
YUV 152.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 252 100 163 0 0.60 0.35 0.01 335.13 0.96 0.69
Hex FC 64 A3 0 3C 23 1 14F 60 45
Octal 374 144 243 0 74 43 1 517 140 105
Binary 11111100 1100100 10100011 0 111100 100011 1 101001111 1100000 1000101

Color Harmonies of #FC64A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64A3

Black with #FC64A3

Text Example


Text Example

White with #FC64A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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