Html Css Color HEX #F054AC Brilliant Rose

📋 copy color: '#F054AC'

red 240 ◦ green 84 ◦ blue 172

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

Shades of Brilliant Rose #F054AC

Tints of Brilliant Rose #F054AC

RGB

 RED value IS 240 (94.14% from 255) = 48.39%

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

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

R = 48.39%
G = 16.94%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F054AC (or 0xF054AC) is known color: Brilliant Rose. HEX triplet: F0, 54 and AC. RGB value is (240,84,172). Sum of RGB (Red+Green+Blue) = 240+84+172=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F054AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F054AC is #0FAB53. Grayscale: #8C8C8C. Windows color (decimal): -1026900 or 11293936. OLE color: 11293936.

HSL color Cylindrical-coordinate representation of color #F054AC: hue angle of 326.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054AC is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 172 -
CMYK 0 0.65 0.28 0.06
HSL 326.15º 0.84% 0.64% -
HSV(B) 326.15º 0.65% 0.94% -
XYZ 46.55 27.84 41.95 -
YUV 140.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 240 84 172 0 0.65 0.28 0.06 326.15 0.84 0.64
Hex F0 54 AC 0 41 1C 6 146 54 40
Octal 360 124 254 0 101 34 6 506 124 100
Binary 11110000 1010100 10101100 0 1000001 11100 110 101000110 1010100 1000000

Color Harmonies of #F054AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054AC

Black with #F054AC

Text Example


Text Example

White with #F054AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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