Html Css Color HEX #F9519C Brilliant Rose

📋 copy color: '#F9519C'

red 249 ◦ green 81 ◦ blue 156

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

Shades of Brilliant Rose #F9519C

Tints of Brilliant Rose #F9519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.67%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 51.23%
G = 16.67%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9519C (or 0xF9519C) is known color: Brilliant Rose. HEX triplet: F9, 51 and 9C. RGB value is (249,81,156). Sum of RGB (Red+Green+Blue) = 249+81+156=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9519C is #06AE63. Grayscale: #8B8B8B. Windows color (decimal): -437860 or 10244601. OLE color: 10244601.

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

Color convert

RGB 249 81 156 -
CMYK 0 0.67 0.37 0.02
HSL 333.21º 0.93% 0.65% -
HSV(B) 333.21º 0.67% 0.98% -
XYZ 48.01 28.42 34.41 -
YUV 139.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 249 81 156 0 0.67 0.37 0.02 333.21 0.93 0.65
Hex F9 51 9C 0 43 25 2 14D 5D 41
Octal 371 121 234 0 103 45 2 515 135 101
Binary 11111001 1010001 10011100 0 1000011 100101 10 101001101 1011101 1000001

Color Harmonies of #F9519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9519C

Black with #F9519C

Text Example


Text Example

White with #F9519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9519C; }

 p { color: rgb(249,81,156); }

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

background-color css

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

 a { background-color: rgb(249,81,156); }

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

border-color css

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

 span { border-color: rgb(249,81,156); }

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