Html Css Color HEX #F954AD Brilliant Rose

📋 copy color: '#F954AD'

red 249 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #F954AD

Tints of Brilliant Rose #F954AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

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

R = 49.21%
G = 16.6%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F954AD (or 0xF954AD) is known color: Brilliant Rose. HEX triplet: F9, 54 and AD. RGB value is (249,84,173). Sum of RGB (Red+Green+Blue) = 249+84+173=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F954AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954AD is #06AB52. Grayscale: #8F8F8F. Windows color (decimal): -437075 or 11359481. OLE color: 11359481.

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

Color convert

RGB 249 84 173 -
CMYK 0 0.66 0.31 0.02
HSL 327.64º 0.93% 0.65% -
HSV(B) 327.64º 0.66% 0.98% -
XYZ 49.78 29.5 42.61 -
YUV 143.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 249 84 173 0 0.66 0.31 0.02 327.64 0.93 0.65
Hex F9 54 AD 0 42 1F 2 148 5D 41
Octal 371 124 255 0 102 37 2 510 135 101
Binary 11111001 1010100 10101101 0 1000010 11111 10 101001000 1011101 1000001

Color Harmonies of #F954AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954AD

Black with #F954AD

Text Example


Text Example

White with #F954AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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