Html Css Color HEX #FC55AF Brilliant Rose

📋 copy color: '#FC55AF'

red 252 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #FC55AF

Tints of Brilliant Rose #FC55AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 49.22%
G = 16.6%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC55AF (or 0xFC55AF) is known color: Brilliant Rose. HEX triplet: FC, 55 and AF. RGB value is (252,85,175). Sum of RGB (Red+Green+Blue) = 252+85+175=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC55AF is #03AA50. Grayscale: #919191. Windows color (decimal): -240209 or 11490812. OLE color: 11490812.

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

Color convert

RGB 252 85 175 -
CMYK 0 0.66 0.31 0.01
HSL 327.66º 0.97% 0.66% -
HSV(B) 327.66º 0.66% 0.99% -
XYZ 51.13 30.29 43.71 -
YUV 145.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 252 85 175 0 0.66 0.31 0.01 327.66 0.97 0.66
Hex FC 55 AF 0 42 1F 1 148 61 42
Octal 374 125 257 0 102 37 1 510 141 102
Binary 11111100 1010101 10101111 0 1000010 11111 1 101001000 1100001 1000010

Color Harmonies of #FC55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55AF

Black with #FC55AF

Text Example


Text Example

White with #FC55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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