Html Css Color HEX #F9509D Brilliant Rose

📋 copy color: '#F9509D'

red 249 ◦ green 80 ◦ blue 157

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

Shades of Brilliant Rose #F9509D

Tints of Brilliant Rose #F9509D

RGB

 RED value IS 249 (97.66% from 255) = 51.23%

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

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 51.23%
G = 16.46%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9509D (or 0xF9509D) is known color: Brilliant Rose. HEX triplet: F9, 50 and 9D. RGB value is (249,80,157). Sum of RGB (Red+Green+Blue) = 249+80+157=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9509D is #06AF62. Grayscale: #8B8B8B. Windows color (decimal): -438115 or 10309881. OLE color: 10309881.

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

Color convert

RGB 249 80 157 -
CMYK 0 0.68 0.37 0.02
HSL 332.66º 0.93% 0.65% -
HSV(B) 332.66º 0.68% 0.98% -
XYZ 48.02 28.31 34.83 -
YUV 139.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 249 80 157 0 0.68 0.37 0.02 332.66 0.93 0.65
Hex F9 50 9D 0 44 25 2 14D 5D 41
Octal 371 120 235 0 104 45 2 515 135 101
Binary 11111001 1010000 10011101 0 1000100 100101 10 101001101 1011101 1000001

Color Harmonies of #F9509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9509D

Black with #F9509D

Text Example


Text Example

White with #F9509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9509D; }

 p { color: rgb(249,80,157); }

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

background-color css

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

 a { background-color: rgb(249,80,157); }

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

border-color css

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

 span { border-color: rgb(249,80,157); }

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