Html Css Color HEX #FA509F Brilliant Rose

📋 copy color: '#FA509F'

red 250 ◦ green 80 ◦ blue 159

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

Shades of Brilliant Rose #FA509F

Tints of Brilliant Rose #FA509F

RGB

 RED value IS 250 (98.05% from 255) = 51.12%

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

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

R = 51.12%
G = 16.36%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA509F (or 0xFA509F) is known color: Brilliant Rose. HEX triplet: FA, 50 and 9F. RGB value is (250,80,159). Sum of RGB (Red+Green+Blue) = 250+80+159=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA509F is #05AF60. Grayscale: #8B8B8B. Windows color (decimal): -372577 or 10440954. OLE color: 10440954.

HSL color Cylindrical-coordinate representation of color #FA509F: hue angle of 332.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA509F is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 159 -
CMYK 0 0.68 0.36 0.02
HSL 332.12º 0.94% 0.65% -
HSV(B) 332.12º 0.68% 0.98% -
XYZ 48.55 28.56 35.76 -
YUV 139.84 138.82 206.58 -
System Red Green Blue C M Y K H S L
Decimal 250 80 159 0 0.68 0.36 0.02 332.12 0.94 0.65
Hex FA 50 9F 0 44 24 2 14C 5E 41
Octal 372 120 237 0 104 44 2 514 136 101
Binary 11111010 1010000 10011111 0 1000100 100100 10 101001100 1011110 1000001

Color Harmonies of #FA509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA509F

Black with #FA509F

Text Example


Text Example

White with #FA509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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