Html Css Color HEX #F954AC Brilliant Rose

📋 copy color: '#F954AC'

red 249 ◦ green 84 ◦ blue 172

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

Shades of Brilliant Rose #F954AC

Tints of Brilliant Rose #F954AC

RGB

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

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

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

R = 49.31%
G = 16.63%
B = 34.06%

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

#F954AC (or 0xF954AC) is known color: Brilliant Rose. HEX triplet: F9, 54 and AC. RGB value is (249,84,172). Sum of RGB (Red+Green+Blue) = 249+84+172=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F954AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954AC is #06AB53. Grayscale: #8F8F8F. Windows color (decimal): -437076 or 11293945. OLE color: 11293945.

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

Color convert

RGB 249 84 172 -
CMYK 0 0.66 0.31 0.02
HSL 328º 0.93% 0.65% -
HSV(B) 328º 0.66% 0.98% -
XYZ 49.68 29.46 42.1 -
YUV 143.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 249 84 172 0 0.66 0.31 0.02 328 0.93 0.65
Hex F9 54 AC 0 42 1F 2 148 5D 41
Octal 371 124 254 0 102 37 2 510 135 101
Binary 11111001 1010100 10101100 0 1000010 11111 10 101001000 1011101 1000001

Color Harmonies of #F954AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954AC

Black with #F954AC

Text Example


Text Example

White with #F954AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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