Html Css Color HEX #F950A9 Brilliant Rose

📋 copy color: '#F950A9'

red 249 ◦ green 80 ◦ blue 169

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

Shades of Brilliant Rose #F950A9

Tints of Brilliant Rose #F950A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.94%

R = 50%
G = 16.06%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F950A9 (or 0xF950A9) is known color: Brilliant Rose. HEX triplet: F9, 50 and A9. RGB value is (249,80,169). Sum of RGB (Red+Green+Blue) = 249+80+169=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F950A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F950A9 is #06AF56. Grayscale: #8C8C8C. Windows color (decimal): -438103 or 11096313. OLE color: 11096313.

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

Color convert

RGB 249 80 169 -
CMYK 0 0.68 0.32 0.02
HSL 328.4º 0.93% 0.65% -
HSV(B) 328.4º 0.68% 0.98% -
XYZ 49.1 28.74 40.5 -
YUV 140.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 249 80 169 0 0.68 0.32 0.02 328.4 0.93 0.65
Hex F9 50 A9 0 44 20 2 148 5D 41
Octal 371 120 251 0 104 40 2 510 135 101
Binary 11111001 1010000 10101001 0 1000100 100000 10 101001000 1011101 1000001

Color Harmonies of #F950A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950A9

Black with #F950A9

Text Example


Text Example

White with #F950A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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