Html Css Color HEX #FC55B3 Brilliant Rose

📋 copy color: '#FC55B3'

red 252 ◦ green 85 ◦ blue 179

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

Shades of Brilliant Rose #FC55B3

Tints of Brilliant Rose #FC55B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.47%

 BLUE value IS 179 (70.31% from 255) = 34.69%

R = 48.84%
G = 16.47%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC55B3 (or 0xFC55B3) is known color: Brilliant Rose. HEX triplet: FC, 55 and B3. RGB value is (252,85,179). Sum of RGB (Red+Green+Blue) = 252+85+179=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55B3 is #03AA4C. Grayscale: #919191. Windows color (decimal): -240205 or 11752956. OLE color: 11752956.

HSL color Cylindrical-coordinate representation of color #FC55B3: hue angle of 326.23º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55B3 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 179 -
CMYK 0 0.66 0.29 0.01
HSL 326.23º 0.97% 0.66% -
HSV(B) 326.23º 0.66% 0.99% -
XYZ 51.53 30.45 45.81 -
YUV 145.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 252 85 179 0 0.66 0.29 0.01 326.23 0.97 0.66
Hex FC 55 B3 0 42 1D 1 146 61 42
Octal 374 125 263 0 102 35 1 506 141 102
Binary 11111100 1010101 10110011 0 1000010 11101 1 101000110 1100001 1000010

Color Harmonies of #FC55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55B3

Black with #FC55B3

Text Example


Text Example

White with #FC55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55B3; }

 p { color: rgb(252,85,179); }

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

background-color css

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

 a { background-color: rgb(252,85,179); }

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

border-color css

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

 span { border-color: rgb(252,85,179); }

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