Html Css Color HEX #FF85BF Tea Rose

📋 copy color: '#FF85BF'

red 255 ◦ green 133 ◦ blue 191

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

Shades of Tea Rose #FF85BF

Tints of Tea Rose #FF85BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.97%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 44.04%
G = 22.97%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF85BF (or 0xFF85BF) is known color: Tea Rose. HEX triplet: FF, 85 and BF. RGB value is (255,133,191). Sum of RGB (Red+Green+Blue) = 255+133+191=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85BF is #007A40. Grayscale: #AFAFAF. Windows color (decimal): -31297 or 12551679. OLE color: 12551679.

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

Color convert

RGB 255 133 191 -
CMYK 0 0.48 0.25 0
HSL 331.48º 1% 0.76% -
HSV(B) 331.48º 0.48% 1% -
XYZ 59.03 41.8 54.25 -
YUV 176.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 255 133 191 0 0.48 0.25 0 331.48 1 0.76
Hex FF 85 BF 0 30 19 0 14B 64 4C
Octal 377 205 277 0 60 31 0 513 144 114
Binary 11111111 10000101 10111111 0 110000 11001 0 101001011 1100100 1001100

Color Harmonies of #FF85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85BF

Black with #FF85BF

Text Example


Text Example

White with #FF85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85BF; }

 p { color: rgb(255,133,191); }

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

background-color css

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

 a { background-color: rgb(255,133,191); }

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

border-color css

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

 span { border-color: rgb(255,133,191); }

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