Html Css Color HEX #FF85C2 Tea Rose

📋 copy color: '#FF85C2'

red 255 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #FF85C2

Tints of Tea Rose #FF85C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 43.81%
G = 22.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF85C2 (or 0xFF85C2) is known color: Tea Rose. HEX triplet: FF, 85 and C2. RGB value is (255,133,194). Sum of RGB (Red+Green+Blue) = 255+133+194=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C2 is #007A3D. Grayscale: #B0B0B0. Windows color (decimal): -31294 or 12748287. OLE color: 12748287.

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

Color convert

RGB 255 133 194 -
CMYK 0 0.48 0.24 0
HSL 330º 1% 0.76% -
HSV(B) 330º 0.48% 1% -
XYZ 59.37 41.93 56 -
YUV 176.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 255 133 194 0 0.48 0.24 0 330 1 0.76
Hex FF 85 C2 0 30 18 0 14A 64 4C
Octal 377 205 302 0 60 30 0 512 144 114
Binary 11111111 10000101 11000010 0 110000 11000 0 101001010 1100100 1001100

Color Harmonies of #FF85C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85C2

Black with #FF85C2

Text Example


Text Example

White with #FF85C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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