Html Css Color HEX #F950AC Brilliant Rose

📋 copy color: '#F950AC'

red 249 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #F950AC

Tints of Brilliant Rose #F950AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.33%

R = 49.7%
G = 15.97%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F950AC (or 0xF950AC) is known color: Brilliant Rose. HEX triplet: F9, 50 and AC. RGB value is (249,80,172). Sum of RGB (Red+Green+Blue) = 249+80+172=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F950AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F950AC is #06AF53. Grayscale: #8C8C8C. Windows color (decimal): -438100 or 11292921. OLE color: 11292921.

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

Color convert

RGB 249 80 172 -
CMYK 0 0.68 0.31 0.02
HSL 327.34º 0.93% 0.65% -
HSV(B) 327.34º 0.68% 0.98% -
XYZ 49.38 28.86 42 -
YUV 141.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 249 80 172 0 0.68 0.31 0.02 327.34 0.93 0.65
Hex F9 50 AC 0 44 1F 2 147 5D 41
Octal 371 120 254 0 104 37 2 507 135 101
Binary 11111001 1010000 10101100 0 1000100 11111 10 101000111 1011101 1000001

Color Harmonies of #F950AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950AC

Black with #F950AC

Text Example


Text Example

White with #F950AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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