Html Css Color HEX #FF55A0 Brilliant Rose

📋 copy color: '#FF55A0'

red 255 ◦ green 85 ◦ blue 160

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

Shades of Brilliant Rose #FF55A0

Tints of Brilliant Rose #FF55A0

RGB

 RED value IS 255 (100% from 255) = 51%

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

 BLUE value IS 160 (62.89% from 255) = 32%

R = 51%
G = 17%
B = 32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF55A0 (or 0xFF55A0) is known color: Brilliant Rose. HEX triplet: FF, 55 and A0. RGB value is (255,85,160). Sum of RGB (Red+Green+Blue) = 255+85+160=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF55A0 is #00AA5F. Grayscale: #909090. Windows color (decimal): -43616 or 10507775. OLE color: 10507775.

HSL color Cylindrical-coordinate representation of color #FF55A0: hue angle of 333.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55A0 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 160 -
CMYK 0 0.67 0.37 0
HSL 333.53º 1% 0.67% -
HSV(B) 333.53º 0.67% 1% -
XYZ 50.83 30.3 36.43 -
YUV 144.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 255 85 160 0 0.67 0.37 0 333.53 1 0.67
Hex FF 55 A0 0 43 25 0 14E 64 43
Octal 377 125 240 0 103 45 0 516 144 103
Binary 11111111 1010101 10100000 0 1000011 100101 0 101001110 1100100 1000011

Color Harmonies of #FF55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55A0

Black with #FF55A0

Text Example


Text Example

White with #FF55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55A0; }

 p { color: rgb(255,85,160); }

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

background-color css

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

 a { background-color: rgb(255,85,160); }

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

border-color css

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

 span { border-color: rgb(255,85,160); }

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