Html Css Color HEX #FC5BA7 Brilliant Rose

📋 copy color: '#FC5BA7'

red 252 ◦ green 91 ◦ blue 167

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

Shades of Brilliant Rose #FC5BA7

Tints of Brilliant Rose #FC5BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.75%

R = 49.41%
G = 17.84%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC5BA7 (or 0xFC5BA7) is known color: Brilliant Rose. HEX triplet: FC, 5B and A7. RGB value is (252,91,167). Sum of RGB (Red+Green+Blue) = 252+91+167=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BA7 is #03A458. Grayscale: #939393. Windows color (decimal): -238681 or 10968060. OLE color: 10968060.

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

Color convert

RGB 252 91 167 -
CMYK 0 0.64 0.34 0.01
HSL 331.68º 0.96% 0.67% -
HSV(B) 331.68º 0.64% 0.99% -
XYZ 50.86 30.97 39.86 -
YUV 147.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 252 91 167 0 0.64 0.34 0.01 331.68 0.96 0.67
Hex FC 5B A7 0 40 22 1 14C 60 43
Octal 374 133 247 0 100 42 1 514 140 103
Binary 11111100 1011011 10100111 0 1000000 100010 1 101001100 1100000 1000011

Color Harmonies of #FC5BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BA7

Black with #FC5BA7

Text Example


Text Example

White with #FC5BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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