Html Css Color HEX #FF56A5 Brilliant Rose

📋 copy color: '#FF56A5'

red 255 ◦ green 86 ◦ blue 165

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

Shades of Brilliant Rose #FF56A5

Tints of Brilliant Rose #FF56A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.61%

R = 50.4%
G = 17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF56A5 (or 0xFF56A5) is known color: Brilliant Rose. HEX triplet: FF, 56 and A5. RGB value is (255,86,165). Sum of RGB (Red+Green+Blue) = 255+86+165=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56A5 is #00A95A. Grayscale: #919191. Windows color (decimal): -43355 or 10835711. OLE color: 10835711.

HSL color Cylindrical-coordinate representation of color #FF56A5: hue angle of 331.95º 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 #FF56A5 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 86 165 -
CMYK 0 0.66 0.35 0
HSL 331.95º 1% 0.67% -
HSV(B) 331.95º 0.66% 1% -
XYZ 51.36 30.63 38.8 -
YUV 145.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 255 86 165 0 0.66 0.35 0 331.95 1 0.67
Hex FF 56 A5 0 42 23 0 14C 64 43
Octal 377 126 245 0 102 43 0 514 144 103
Binary 11111111 1010110 10100101 0 1000010 100011 0 101001100 1100100 1000011

Color Harmonies of #FF56A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF56A5

Black with #FF56A5

Text Example


Text Example

White with #FF56A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF56A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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