Html Css Color HEX #FC509F Brilliant Rose

📋 copy color: '#FC509F'

red 252 ◦ green 80 ◦ blue 159

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

Shades of Brilliant Rose #FC509F

Tints of Brilliant Rose #FC509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 51.32%
G = 16.29%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC509F (or 0xFC509F) is known color: Brilliant Rose. HEX triplet: FC, 50 and 9F. RGB value is (252,80,159). Sum of RGB (Red+Green+Blue) = 252+80+159=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC509F is #03AF60. Grayscale: #8C8C8C. Windows color (decimal): -241505 or 10440956. OLE color: 10440956.

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

Color convert

RGB 252 80 159 -
CMYK 0 0.68 0.37 0.01
HSL 332.44º 0.97% 0.65% -
HSV(B) 332.44º 0.68% 0.99% -
XYZ 49.27 28.94 35.79 -
YUV 140.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 252 80 159 0 0.68 0.37 0.01 332.44 0.97 0.65
Hex FC 50 9F 0 44 25 1 14C 61 41
Octal 374 120 237 0 104 45 1 514 141 101
Binary 11111100 1010000 10011111 0 1000100 100101 1 101001100 1100001 1000001

Color Harmonies of #FC509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC509F

Black with #FC509F

Text Example


Text Example

White with #FC509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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