Html Css Color HEX #FF56AA Brilliant Rose

📋 copy color: '#FF56AA'

red 255 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #FF56AA

Tints of Brilliant Rose #FF56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.83%

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

R = 49.9%
G = 16.83%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF56AA (or 0xFF56AA) is known color: Brilliant Rose. HEX triplet: FF, 56 and AA. RGB value is (255,86,170). Sum of RGB (Red+Green+Blue) = 255+86+170=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AA is #00A955. Grayscale: #919191. Windows color (decimal): -43350 or 11163391. OLE color: 11163391.

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

Color convert

RGB 255 86 170 -
CMYK 0 0.66 0.33 0
HSL 330.18º 1% 0.67% -
HSV(B) 330.18º 0.66% 1% -
XYZ 51.82 30.82 41.25 -
YUV 146.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 255 86 170 0 0.66 0.33 0 330.18 1 0.67
Hex FF 56 AA 0 42 21 0 14A 64 43
Octal 377 126 252 0 102 41 0 512 144 103
Binary 11111111 1010110 10101010 0 1000010 100001 0 101001010 1100100 1000011

Color Harmonies of #FF56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF56AA

Black with #FF56AA

Text Example


Text Example

White with #FF56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF56AA; }

 p { color: rgb(255,86,170); }

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

background-color css

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

 a { background-color: rgb(255,86,170); }

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

border-color css

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

 span { border-color: rgb(255,86,170); }

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