Html Css Color HEX #F951AD Brilliant Rose

📋 copy color: '#F951AD'

red 249 ◦ green 81 ◦ blue 173

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

Shades of Brilliant Rose #F951AD

Tints of Brilliant Rose #F951AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 49.5%
G = 16.1%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F951AD (or 0xF951AD) is known color: Brilliant Rose. HEX triplet: F9, 51 and AD. RGB value is (249,81,173). Sum of RGB (Red+Green+Blue) = 249+81+173=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F951AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F951AD is #06AE52. Grayscale: #8D8D8D. Windows color (decimal): -437843 or 11358713. OLE color: 11358713.

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

Color convert

RGB 249 81 173 -
CMYK 0 0.67 0.31 0.02
HSL 327.14º 0.93% 0.65% -
HSV(B) 327.14º 0.67% 0.98% -
XYZ 49.55 29.04 42.53 -
YUV 141.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 249 81 173 0 0.67 0.31 0.02 327.14 0.93 0.65
Hex F9 51 AD 0 43 1F 2 147 5D 41
Octal 371 121 255 0 103 37 2 507 135 101
Binary 11111001 1010001 10101101 0 1000011 11111 10 101000111 1011101 1000001

Color Harmonies of #F951AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951AD

Black with #F951AD

Text Example


Text Example

White with #F951AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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