Html Css Color HEX #FF85C7 Tea Rose

📋 copy color: '#FF85C7'

red 255 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #FF85C7

Tints of Tea Rose #FF85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.9%

R = 43.44%
G = 22.66%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF85C7 (or 0xFF85C7) is known color: Tea Rose. HEX triplet: FF, 85 and C7. RGB value is (255,133,199). Sum of RGB (Red+Green+Blue) = 255+133+199=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C7 is #007A38. Grayscale: #B0B0B0. Windows color (decimal): -31289 or 13075967. OLE color: 13075967.

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

Color convert

RGB 255 133 199 -
CMYK 0 0.48 0.22 0
HSL 327.54º 1% 0.76% -
HSV(B) 327.54º 0.48% 1% -
XYZ 59.94 42.16 59.01 -
YUV 177 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 255 133 199 0 0.48 0.22 0 327.54 1 0.76
Hex FF 85 C7 0 30 16 0 148 64 4C
Octal 377 205 307 0 60 26 0 510 144 114
Binary 11111111 10000101 11000111 0 110000 10110 0 101001000 1100100 1001100

Color Harmonies of #FF85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85C7

Black with #FF85C7

Text Example


Text Example

White with #FF85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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