Html Css Color HEX #F055AC Brilliant Rose

📋 copy color: '#F055AC'

red 240 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #F055AC

Tints of Brilliant Rose #F055AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

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

R = 48.29%
G = 17.1%
B = 34.61%

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

#F055AC (or 0xF055AC) is known color: Brilliant Rose. HEX triplet: F0, 55 and AC. RGB value is (240,85,172). Sum of RGB (Red+Green+Blue) = 240+85+172=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F055AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F055AC is #0FAA53. Grayscale: #8D8D8D. Windows color (decimal): -1026644 or 11294192. OLE color: 11294192.

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

Color convert

RGB 240 85 172 -
CMYK 0 0.65 0.28 0.06
HSL 326.32º 0.84% 0.64% -
HSV(B) 326.32º 0.65% 0.94% -
XYZ 46.63 28 41.98 -
YUV 141.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 240 85 172 0 0.65 0.28 0.06 326.32 0.84 0.64
Hex F0 55 AC 0 41 1C 6 146 54 40
Octal 360 125 254 0 101 34 6 506 124 100
Binary 11110000 1010101 10101100 0 1000001 11100 110 101000110 1010100 1000000

Color Harmonies of #F055AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055AC

Black with #F055AC

Text Example


Text Example

White with #F055AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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