Html Css Color HEX #FC5BA5 Brilliant Rose

📋 copy color: '#FC5BA5'

red 252 ◦ green 91 ◦ blue 165

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

Shades of Brilliant Rose #FC5BA5

Tints of Brilliant Rose #FC5BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.91%

 BLUE value IS 165 (64.84% from 255) = 32.48%

R = 49.61%
G = 17.91%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC5BA5 (or 0xFC5BA5) is known color: Brilliant Rose. HEX triplet: FC, 5B and A5. RGB value is (252,91,165). Sum of RGB (Red+Green+Blue) = 252+91+165=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BA5 is #03A45A. Grayscale: #939393. Windows color (decimal): -238683 or 10836988. OLE color: 10836988.

HSL color Cylindrical-coordinate representation of color #FC5BA5: hue angle of 332.42º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BA5 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 91 165 -
CMYK 0 0.64 0.35 0.01
HSL 332.42º 0.96% 0.67% -
HSV(B) 332.42º 0.64% 0.99% -
XYZ 50.68 30.89 38.89 -
YUV 147.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 252 91 165 0 0.64 0.35 0.01 332.42 0.96 0.67
Hex FC 5B A5 0 40 23 1 14C 60 43
Octal 374 133 245 0 100 43 1 514 140 103
Binary 11111100 1011011 10100101 0 1000000 100011 1 101001100 1100000 1000011

Color Harmonies of #FC5BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BA5

Black with #FC5BA5

Text Example


Text Example

White with #FC5BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BA5; }

 p { color: rgb(252,91,165); }

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

background-color css

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

 a { background-color: rgb(252,91,165); }

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

border-color css

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

 span { border-color: rgb(252,91,165); }

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