Html Css Color HEX #F054AA Brilliant Rose

📋 copy color: '#F054AA'

red 240 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #F054AA

Tints of Brilliant Rose #F054AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 48.58%
G = 17%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F054AA (or 0xF054AA) is known color: Brilliant Rose. HEX triplet: F0, 54 and AA. RGB value is (240,84,170). Sum of RGB (Red+Green+Blue) = 240+84+170=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F054AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F054AA is #0FAB55. Grayscale: #8C8C8C. Windows color (decimal): -1026902 or 11162864. OLE color: 11162864.

HSL color Cylindrical-coordinate representation of color #F054AA: hue angle of 326.92º 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 #F054AA is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 170 -
CMYK 0 0.65 0.29 0.06
HSL 326.92º 0.84% 0.64% -
HSV(B) 326.92º 0.65% 0.94% -
XYZ 46.36 27.77 40.95 -
YUV 140.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 240 84 170 0 0.65 0.29 0.06 326.92 0.84 0.64
Hex F0 54 AA 0 41 1D 6 147 54 40
Octal 360 124 252 0 101 35 6 507 124 100
Binary 11110000 1010100 10101010 0 1000001 11101 110 101000111 1010100 1000000

Color Harmonies of #F054AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054AA

Black with #F054AA

Text Example


Text Example

White with #F054AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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