Html Css Color HEX #FC50AF Brilliant Rose

📋 copy color: '#FC50AF'

red 252 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #FC50AF

Tints of Brilliant Rose #FC50AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.78%

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

R = 49.7%
G = 15.78%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC50AF (or 0xFC50AF) is known color: Brilliant Rose. HEX triplet: FC, 50 and AF. RGB value is (252,80,175). Sum of RGB (Red+Green+Blue) = 252+80+175=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50AF is #03AF50. Grayscale: #8E8E8E. Windows color (decimal): -241489 or 11489532. OLE color: 11489532.

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

Color convert

RGB 252 80 175 -
CMYK 0 0.68 0.31 0.01
HSL 326.86º 0.97% 0.65% -
HSV(B) 326.86º 0.68% 0.99% -
XYZ 50.75 29.53 43.58 -
YUV 142.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 252 80 175 0 0.68 0.31 0.01 326.86 0.97 0.65
Hex FC 50 AF 0 44 1F 1 147 61 41
Octal 374 120 257 0 104 37 1 507 141 101
Binary 11111100 1010000 10101111 0 1000100 11111 1 101000111 1100001 1000001

Color Harmonies of #FC50AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50AF

Black with #FC50AF

Text Example


Text Example

White with #FC50AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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