Html Css Color HEX #FC49AF Brilliant Rose

📋 copy color: '#FC49AF'

red 252 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #FC49AF

Tints of Brilliant Rose #FC49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.6%

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

R = 50.4%
G = 14.6%
B = 35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC49AF (or 0xFC49AF) is known color: Brilliant Rose. HEX triplet: FC, 49 and AF. RGB value is (252,73,175). Sum of RGB (Red+Green+Blue) = 252+73+175=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC49AF is #03B650. Grayscale: #898989. Windows color (decimal): -243281 or 11487740. OLE color: 11487740.

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

Color convert

RGB 252 73 175 -
CMYK 0 0.71 0.31 0.01
HSL 325.81º 0.97% 0.64% -
HSV(B) 325.81º 0.71% 0.99% -
XYZ 50.27 28.56 43.42 -
YUV 138.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 252 73 175 0 0.71 0.31 0.01 325.81 0.97 0.64
Hex FC 49 AF 0 47 1F 1 146 61 40
Octal 374 111 257 0 107 37 1 506 141 100
Binary 11111100 1001001 10101111 0 1000111 11111 1 101000110 1100001 1000000

Color Harmonies of #FC49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49AF

Black with #FC49AF

Text Example


Text Example

White with #FC49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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